IgnoreDeviceFilterElementCollection.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 określony IgnoreDeviceFilterElement obiekt z kolekcji.
Przeciążenia
Item[Int32] |
IgnoreDeviceFilterElement Pobiera obiekt z kolekcji w określonym indeksie. |
Item[String] |
Pobiera określony IgnoreDeviceFilterElement obiekt z kolekcji przy użyciu jego nazwy. |
Item[Int32]
IgnoreDeviceFilterElement Pobiera obiekt z kolekcji w określonym indeksie.
public:
property System::Web::Configuration::IgnoreDeviceFilterElement ^ default[int] { System::Web::Configuration::IgnoreDeviceFilterElement ^ get(int index); void set(int index, System::Web::Configuration::IgnoreDeviceFilterElement ^ value); };
public System.Web.Configuration.IgnoreDeviceFilterElement this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.IgnoreDeviceFilterElement with get, set
Default Public Property Item(index As Integer) As IgnoreDeviceFilterElement
Parametry
- index
- Int32
Indeks obiektu filtru do pobrania.
Wartość właściwości
Określony obiekt filtru.
Dotyczy
Item[String]
Pobiera określony IgnoreDeviceFilterElement obiekt z kolekcji przy użyciu jego nazwy.
public:
property System::Web::Configuration::IgnoreDeviceFilterElement ^ default[System::String ^] { System::Web::Configuration::IgnoreDeviceFilterElement ^ get(System::String ^ name); };
public System.Web.Configuration.IgnoreDeviceFilterElement this[string name] { get; }
member this.Item(string) : System.Web.Configuration.IgnoreDeviceFilterElement
Default Public ReadOnly Property Item(name As String) As IgnoreDeviceFilterElement
Parametry
- name
- String
Nazwa obiektu filtru do pobrania.
Wartość właściwości
Określony obiekt filtru.