GlobalObjectCollection.Item[Int32] Property

Definition

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.

Applies to