GlobalTypeCollection.Insert(Int32, GlobalType) 方法

定义

将一个项插入到位于指定位置的基础列表中。

public:
 void Insert(int index, Microsoft::VisualStudio::Shell::Design::GlobalType ^ item);
public void Insert (int index, Microsoft.VisualStudio.Shell.Design.GlobalType item);
member this.Insert : int * Microsoft.VisualStudio.Shell.Design.GlobalType -> unit
Public Sub Insert (index As Integer, item As GlobalType)

参数

index
Int32

应插入项的位置。

item
GlobalType

要插入到集合中的对象。

适用于