GlobalObjectCollection.Item[Int32] Özellik

Tanım

Verilen dizindeki öğeyi alır veya ayarlar.

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

Parametreler

index
Int32

Koleksiyonda istenen öğenin konumu.

Özellik Değeri

GlobalObject

Öğe.

Şunlara uygulanır