GlobalTypeCollection.Item[Int32] Property
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.
Gets an item at the specified position.
public:
property Microsoft::VisualStudio::Shell::Design::GlobalType ^ default[int] { Microsoft::VisualStudio::Shell::Design::GlobalType ^ get(int index); void set(int index, Microsoft::VisualStudio::Shell::Design::GlobalType ^ value); };
public Microsoft.VisualStudio.Shell.Design.GlobalType this[int index] { get; set; }
member this.Item(int) : Microsoft.VisualStudio.Shell.Design.GlobalType with get, set
Default Public Property Item(index As Integer) As GlobalType
Parameters
- index
- Int32
The position of the item within the collection.
Property Value
The item found at the given index.