Aracılığıyla paylaş


BypassElementCollection.Item[] Özellik

Tanım

Belirtilen dizin 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::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

Parametreler

index
Int32

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

Özellik Değeri

BypassElement Belirtilen konumda.

Şunlara uygulanır

Item[String]

Belirtilen anahtarla öğesini alır veya ayarlar.

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

Parametreler

name
String

Koleksiyondaki bir öğenin anahtarı.

Özellik Değeri

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

Ayrıca bkz.

Şunlara uygulanır