GlobalTypeCollection::Item Property (Int32)
Visual Studio 2015
Gets an item at the specified position.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
public: property GlobalType^ default[ int index ] { GlobalType^ get(int index); void set(int index, GlobalType^ value); }
Parameters
- index
-
Type:
System::Int32
The position of the item within the collection.
Property Value
Type: Microsoft.VisualStudio.Shell.Design::GlobalType^The item found at the given index.
Show: