FilterElementCollection.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 element z kolekcji.
Przeciążenia
Item[Int32] |
Pobiera element z kolekcji o określonym indeksie. |
Item[String] |
Pobiera element z kolekcji z określonym kluczem. |
Item[Int32]
Pobiera element z kolekcji o określonym indeksie.
public:
property System::ServiceModel::Routing::Configuration::FilterElement ^ default[int] { System::ServiceModel::Routing::Configuration::FilterElement ^ get(int index); void set(int index, System::ServiceModel::Routing::Configuration::FilterElement ^ value); };
public System.ServiceModel.Routing.Configuration.FilterElement this[int index] { get; set; }
member this.Item(int) : System.ServiceModel.Routing.Configuration.FilterElement with get, set
Default Public Property Item(index As Integer) As FilterElement
Parametry
- index
- Int32
Indeks elementu, który ma zostać pobrany z kolekcji.
Wartość właściwości
Element w kolekcji, który ma określony indeks.
Dotyczy
Item[String]
Pobiera element z kolekcji z określonym kluczem.
public:
property System::ServiceModel::Routing::Configuration::FilterElement ^ default[System::String ^] { System::ServiceModel::Routing::Configuration::FilterElement ^ get(System::String ^ name); };
public System.ServiceModel.Routing.Configuration.FilterElement this[string name] { get; }
member this.Item(string) : System.ServiceModel.Routing.Configuration.FilterElement
Default Public ReadOnly Property Item(name As String) As FilterElement
Parametry
- name
- String
Klucz elementu, który ma zostać pobrany z kolekcji.
Wartość właściwości
Element w kolekcji, który odpowiada określonemu kluczowi.