TaskProvider.TaskCollection.IList.Insert Method

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Private Sub Insert ( _
    index As Integer, _
    obj As Object _
) Implements IList.Insert
'使用
Dim instance As TaskProvider..::.TaskCollection
Dim index As Integer
Dim obj As Object

CType(instance, IList).Insert(index, _
    obj)
void IList.Insert(
    int index,
    Object obj
)
private:
virtual void Insert(
    int index, 
    Object^ obj
) sealed = IList::Insert
JScript does not support explicit interface implementations.

Parameters

Implements

IList.Insert(Int32, Object)

Permissions

See Also

Reference

TaskProvider.TaskCollection Class

TaskProvider.TaskCollection Members

Microsoft.VisualStudio.Shell Namespace