Share via


GlobalTypeCollection.Insert Method

Inserts an item into the underlying list at the specified position.

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

Syntax

‘선언
Public Sub Insert ( _
    index As Integer, _
    item As GlobalType _
)
‘사용 방법
Dim instance As GlobalTypeCollection
Dim index As Integer
Dim item As GlobalType

instance.Insert(index, item)
public void Insert(
    int index,
    GlobalType item
)
public:
void Insert(
    int index, 
    GlobalType^ item
)
member Insert : 
        index:int * 
        item:GlobalType -> unit 
public function Insert(
    index : int, 
    item : GlobalType
)

Parameters

  • index
    Type: System.Int32
    The position at which the item should be inserted.

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

GlobalTypeCollection Members

Microsoft.VisualStudio.Shell.Design Namespace