GlobalObjectCollection::Item Property (Int32)
Visual Studio 2015
Gets or sets the item at the given index.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
public: property GlobalObject^ default[ int index ] { GlobalObject^ get(int index); void set(int index, GlobalObject^ value); }
Parameters
- index
-
Type:
System::Int32
The position of the requested item in the collection.
If index is null, throws an ArgumentNullException. Throws NotSupportedException on a set operation if IsReadOnly returns true.
Show: