GlobalTypeCollection.Item[Int32] Property

Definition

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.

Applies to