FilterElementCollection.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] |
Belirtilen dizine sahip koleksiyondan bir öğe alır. |
Item[String] |
Belirtilen anahtara sahip koleksiyondan bir öğe alır. |
Item[Int32]
Belirtilen dizine sahip koleksiyondan bir öğe alır.
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
Parametreler
- index
- Int32
Koleksiyondan alınacak öğenin dizini.
Özellik Değeri
Belirtilen dizine sahip koleksiyondaki öğesi.
Şunlara uygulanır
Item[String]
Belirtilen anahtara sahip koleksiyondan bir öğe alır.
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
Parametreler
- name
- String
Koleksiyondan alınacak öğenin anahtarı.
Özellik Değeri
Koleksiyondaki belirtilen anahtarla eşleşen öğe.