GlobalTypeCollection.IList.Insert Method

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

Syntax

'宣言
Private Sub Insert ( _
    index As Integer, _
    item As Object _
) Implements IList.Insert
'使用
Dim instance As GlobalTypeCollection
Dim index As Integer
Dim item As Object

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

Parameters

Implements

IList.Insert(Int32, Object)

Permissions

See Also

Reference

GlobalTypeCollection Class

GlobalTypeCollection Members

Microsoft.VisualStudio.Shell.Design Namespace