Share via


GlobalTypeCollection.IList.Insert Method

Inserts an object in the collection at the specified position.

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

Syntax

'Declaration
Private Sub Insert ( _
    index As Integer, _
    item As Object _
) Implements IList.Insert
void IList.Insert(
    int index,
    Object item
)
private:
virtual void Insert(
    int index, 
    Object^ item
) sealed = IList::Insert
private abstract Insert : 
        index:int * 
        item:Object -> unit  
private override Insert : 
        index:int * 
        item:Object -> unit
JScript does not support explicit interface implementations.

Parameters

  • index
    Type: System.Int32

    The position at which the item should be inserted.

Implements

IList.Insert(Int32, Object)

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

Microsoft.VisualStudio.Shell.Design Namespace