GlobalObjectCollection.Insert(Int32, GlobalObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts a new item into the collection at the given index.
public:
void Insert(int index, Microsoft::VisualStudio::Shell::Design::GlobalObject ^ item);
public void Insert (int index, Microsoft.VisualStudio.Shell.Design.GlobalObject item);
member this.Insert : int * Microsoft.VisualStudio.Shell.Design.GlobalObject -> unit
Public Sub Insert (index As Integer, item As GlobalObject)
Parameters
- index
- Int32
The position in the collection where the item should be inserted.
- item
- GlobalObject
The item to be inserted.