WsiProfilesElementCollection.Item[] Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera lub ustawia element w kolekcji.
Przeciążenia
Item[Int32] |
Pobiera lub ustawia element w określonym indeksie w kolekcji. |
Item[Object] |
Pobiera lub ustawia WsiProfilesElement element , który ma określony klucz w kolekcji. |
Item[Int32]
Pobiera lub ustawia element w określonym indeksie w kolekcji.
public:
property System::Web::Services::Configuration::WsiProfilesElement ^ default[int] { System::Web::Services::Configuration::WsiProfilesElement ^ get(int index); void set(int index, System::Web::Services::Configuration::WsiProfilesElement ^ value); };
public System.Web.Services.Configuration.WsiProfilesElement this[int index] { get; set; }
member this.Item(int) : System.Web.Services.Configuration.WsiProfilesElement with get, set
Default Public Property Item(index As Integer) As WsiProfilesElement
Parametry
- index
- Int32
Indeks od zera do kolekcji.
Wartość właściwości
Wartość WsiProfilesElement , która istnieje w określonym indeksie.
Dotyczy
Item[Object]
Pobiera lub ustawia WsiProfilesElement element , który ma określony klucz w kolekcji.
public:
property System::Web::Services::Configuration::WsiProfilesElement ^ default[System::Object ^] { System::Web::Services::Configuration::WsiProfilesElement ^ get(System::Object ^ key); void set(System::Object ^ key, System::Web::Services::Configuration::WsiProfilesElement ^ value); };
public System.Web.Services.Configuration.WsiProfilesElement this[object key] { get; set; }
member this.Item(obj) : System.Web.Services.Configuration.WsiProfilesElement with get, set
Default Public Property Item(key As Object) As WsiProfilesElement
Parametry
- key
- Object
Klucz do pobierania WsiProfilesElement lub ustawienia w kolekcji.
Wartość właściwości
Element WsiProfilesElement z określonym kluczem.
Wyjątki
Element WsiProfilesElement z określonym kluczem nie został znaleziony w kolekcji .