GlobalTypeCollection.Insert(Int32, GlobalType) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将一个项插入到位于指定位置的基础列表中。
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
要插入到集合中的对象。