ConfigurationElement.Item[] Özellik

Tanım

Bu ConfigurationElement nesnenin bir özelliğini, özniteliğini veya alt öğesini alır veya ayarlar.

Aşırı Yüklemeler

Item[ConfigurationProperty]

Bu yapılandırma öğesinin bir özelliğini veya özniteliğini alır veya ayarlar.

Item[String]

Bu yapılandırma öğesinin bir özelliğini, özniteliğini veya alt öğesini alır veya ayarlar.

Açıklamalar

Bir ConfigurationProperty nesnenin değerlerini almak veya ayarlamak için bu yöntemi kullanın.

Item[ConfigurationProperty]

Kaynak:
ConfigurationElement.cs
Kaynak:
ConfigurationElement.cs
Kaynak:
ConfigurationElement.cs

Bu yapılandırma öğesinin bir özelliğini veya özniteliğini alır veya ayarlar.

protected:
 property System::Object ^ default[System::Configuration::ConfigurationProperty ^] { System::Object ^ get(System::Configuration::ConfigurationProperty ^ prop); void set(System::Configuration::ConfigurationProperty ^ prop, System::Object ^ value); };
protected public:
 property System::Object ^ default[System::Configuration::ConfigurationProperty ^] { System::Object ^ get(System::Configuration::ConfigurationProperty ^ prop); void set(System::Configuration::ConfigurationProperty ^ prop, System::Object ^ value); };
protected object this[System.Configuration.ConfigurationProperty prop] { get; set; }
protected internal object this[System.Configuration.ConfigurationProperty prop] { get; set; }
member this.Item(System.Configuration.ConfigurationProperty) : obj with get, set
Default Protected Property Item(prop As ConfigurationProperty) As Object
Default Protected Friend Property Item(prop As ConfigurationProperty) As Object

Parametreler

prop
ConfigurationProperty

Erişecek özellik.

Özellik Değeri

Belirtilen özellik, öznitelik veya alt öğe.

Özel durumlar

prop veya null öğesi içinde yok.

prop salt okunur veya kilitlidir.

Açıklamalar

Bir nesnenin Item[] değerlerini ConfigurationProperty almak veya ayarlamak için özelliğini kullanın.

C# dilinde bu özellik sınıfı için ConfigurationSectionCollection dizin oluşturucudur.

Şunlara uygulanır

Item[String]

Kaynak:
ConfigurationElement.cs
Kaynak:
ConfigurationElement.cs
Kaynak:
ConfigurationElement.cs

Bu yapılandırma öğesinin bir özelliğini, özniteliğini veya alt öğesini alır veya ayarlar.

protected:
 property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ propertyName); void set(System::String ^ propertyName, System::Object ^ value); };
protected public:
 property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ propertyName); void set(System::String ^ propertyName, System::Object ^ value); };
protected object this[string propertyName] { get; set; }
protected internal object this[string propertyName] { get; set; }
member this.Item(string) : obj with get, set
Default Protected Property Item(propertyName As String) As Object
Default Protected Friend Property Item(propertyName As String) As Object

Parametreler

propertyName
String

Erişecek öğesinin ConfigurationProperty adı.

Özellik Değeri

Belirtilen özellik, öznitelik veya alt öğe.

Özel durumlar

prop salt okunur veya kilitlidir.

Açıklamalar

Bir nesnenin Item[] değerlerini ConfigurationProperty almak veya ayarlamak için özelliğini kullanın.

C# dilinde bu özellik sınıfı için ConfigurationSectionCollection dizin oluşturucudur.

Şunlara uygulanır