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

Definicja

Pobiera lub ustawia element za pomocą określonego indeksu lub klucza.

Przeciążenia

Item[Int32]

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

Item[String]

Pobiera lub ustawia element przy użyciu określonego klucza.

Item[Int32]

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

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

Parametry

index
Int32

Indeks oparty na zerowym elemecie.

Wartość właściwości

Element ConnectionManagementElement w określonej lokalizacji.

Zobacz też

Dotyczy

Item[String]

Pobiera lub ustawia element przy użyciu określonego klucza.

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

Parametry

name
String

Klucz elementu w kolekcji.

Wartość właściwości

Element ConnectionManagementElement z określonym kluczem lub null jeśli nie ma elementu o określonym kluczu.

Zobacz też

Dotyczy