VsaItems.Item[] Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Koleksiyondan bir öğe alır.
Aşırı Yüklemeler
Item[Int32] |
Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir. Belirtilen dizin değeri tarafından belirlenen koleksiyondan öğeyi alır. |
Item[String] |
Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir. Belirtilen adla belirlenen koleksiyondan öğeyi alır. |
Item[Int32]
Belirtilen dizin değeri tarafından belirlenen koleksiyondan öğeyi alır.
Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.
public:
property Microsoft::Vsa::IVsaItem ^ default[int] { Microsoft::Vsa::IVsaItem ^ get(int index); };
public:
property Microsoft::JScript::Vsa::IJSVsaItem ^ default[int] { Microsoft::JScript::Vsa::IJSVsaItem ^ get(int index); };
public Microsoft.Vsa.IVsaItem this[int index] { get; }
public Microsoft.JScript.Vsa.IJSVsaItem this[int index] { get; }
member this.Item(int) : Microsoft.Vsa.IVsaItem
member this.Item(int) : Microsoft.JScript.Vsa.IJSVsaItem
Default Public ReadOnly Property Item(index As Integer) As IVsaItem
Default Public ReadOnly Property Item(index As Integer) As IJSVsaItem
Parametreler
- index
- Int32
Alınacak öğenin dizini.
Özellik Değeri
konumundaki index
öğe.
Uygulamalar
Ayrıca bkz.
Şunlara uygulanır
Item[String]
Belirtilen adla belirlenen koleksiyondan öğeyi alır.
Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.
public:
property Microsoft::Vsa::IVsaItem ^ default[System::String ^] { Microsoft::Vsa::IVsaItem ^ get(System::String ^ itemName); };
public:
property Microsoft::JScript::Vsa::IJSVsaItem ^ default[System::String ^] { Microsoft::JScript::Vsa::IJSVsaItem ^ get(System::String ^ itemName); };
public Microsoft.Vsa.IVsaItem this[string itemName] { get; }
public Microsoft.JScript.Vsa.IJSVsaItem this[string itemName] { get; }
member this.Item(string) : Microsoft.Vsa.IVsaItem
member this.Item(string) : Microsoft.JScript.Vsa.IJSVsaItem
Default Public ReadOnly Property Item(itemName As String) As IVsaItem
Default Public ReadOnly Property Item(itemName As String) As IJSVsaItem
Parametreler
- itemName
- String
Alınacak öğenin adı.
Özellik Değeri
adlı itemName
öğe.