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

Definicja

Pobiera lub ustawia element z określonym indeksem lub kluczem.

Przeciążenia

Item[Int32]

Pobiera lub ustawia element w określonej pozycji w kolekcji.

Item[String]

Pobiera lub ustawia element z określonym kluczem.

Item[Int32]

Pobiera lub ustawia element w określonej pozycji w kolekcji.

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

Parametry

index
Int32

Indeks od zera elementu.

Wartość właściwości

BypassElement

w BypassElement określonej lokalizacji.

Dotyczy

Item[String]

Pobiera lub ustawia element z określonym kluczem.

public:
 property System::Net::Configuration::BypassElement ^ default[System::String ^] { System::Net::Configuration::BypassElement ^ get(System::String ^ name); void set(System::String ^ name, System::Net::Configuration::BypassElement ^ value); };
public System.Net.Configuration.BypassElement this[string name] { get; set; }
member this.Item(string) : System.Net.Configuration.BypassElement with get, set
Default Public Property Item(name As String) As BypassElement

Parametry

name
String

Klucz elementu w kolekcji.

Wartość właściwości

BypassElement

z BypassElement określonym kluczem lub jeśli null nie ma elementu z określonym kluczem.

Zobacz też

Dotyczy