Aracılığıyla paylaş


ConnectionManagementElementCollection.Item[] Özellik

Tanım

Belirtilen dizine veya anahtara sahip öğeyi alır veya ayarlar.

Aşırı Yüklemeler

Item[Int32]

Öğeyi koleksiyonda belirtilen konumda alır veya ayarlar.

Item[String]

Belirtilen anahtarla öğesini alır veya ayarlar.

Item[Int32]

Öğeyi koleksiyonda belirtilen konumda alır veya ayarlar.

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

Parametreler

index
Int32

öğesinin sıfır tabanlı dizini.

Özellik Değeri

ConnectionManagementElement belirtilen konumda.

Ayrıca bkz.

Şunlara uygulanır

Item[String]

Belirtilen anahtarla öğesini alır veya ayarlar.

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

Parametreler

name
String

Koleksiyondaki bir öğenin anahtarı.

Özellik Değeri

ConnectionManagementElement belirtilen anahtarla veya null belirtilen anahtara sahip öğe yoksa.

Ayrıca bkz.

Şunlara uygulanır