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