Udostępnij za pośrednictwem


SoapExtensionTypeElementCollection.Item[] Właściwość

Definicja

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 SoapExtensionTypeElement określony klucz w kolekcji.

Item[Int32]

Pobiera lub ustawia element w określonym indeksie w kolekcji.

public:
 property System::Web::Services::Configuration::SoapExtensionTypeElement ^ default[int] { System::Web::Services::Configuration::SoapExtensionTypeElement ^ get(int index); void set(int index, System::Web::Services::Configuration::SoapExtensionTypeElement ^ value); };
public System.Web.Services.Configuration.SoapExtensionTypeElement this[int index] { get; set; }
member this.Item(int) : System.Web.Services.Configuration.SoapExtensionTypeElement with get, set
Default Public Property Item(index As Integer) As SoapExtensionTypeElement

Parametry

index
Int32

Indeks od zera do kolekcji.

Wartość właściwości

SoapExtensionTypeElement

, SoapExtensionTypeElement który istnieje w określonym indeksie.

Dotyczy

Item[Object]

Pobiera lub ustawia SoapExtensionTypeElement określony klucz w kolekcji.

public:
 property System::Web::Services::Configuration::SoapExtensionTypeElement ^ default[System::Object ^] { System::Web::Services::Configuration::SoapExtensionTypeElement ^ get(System::Object ^ key); void set(System::Object ^ key, System::Web::Services::Configuration::SoapExtensionTypeElement ^ value); };
public System.Web.Services.Configuration.SoapExtensionTypeElement this[object key] { get; set; }
member this.Item(obj) : System.Web.Services.Configuration.SoapExtensionTypeElement with get, set
Default Public Property Item(key As Object) As SoapExtensionTypeElement

Parametry

key
Object

Klucz do pobierania SoapExtensionTypeElement lub ustawiania w kolekcji.

Wartość właściwości

SoapExtensionTypeElement

Element SoapExtensionTypeElement z określonym kluczem.

Wyjątki

Element SoapExtensionTypeElement o określonym kluczu nie został znaleziony w kolekcji .

Dotyczy