ConfigurationElement.Item[] Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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 ö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]
Bu yapılandırma öğesinin ö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 public:
property System::Object ^ default[System::Configuration::ConfigurationProperty ^] { System::Object ^ get(System::Configuration::ConfigurationProperty ^ property); void set(System::Configuration::ConfigurationProperty ^ property, System::Object ^ value); };
protected object this[System.Configuration.ConfigurationProperty prop] { get; set; }
protected internal object this[System.Configuration.ConfigurationProperty prop] { get; set; }
protected internal object this[System.Configuration.ConfigurationProperty property] { 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
Default Protected Friend Property Item(property As ConfigurationProperty) As Object
Parametreler
- propproperty
- 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 kilitli.
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]
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 public:
property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ property_name); void set(System::String ^ property_name, System::Object ^ value); };
protected object this[string propertyName] { get; set; }
protected internal object this[string propertyName] { get; set; }
protected internal object this[string property_name] { 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
Default Protected Friend Property Item(property_name As String) As Object
Parametreler
- propertyNameproperty_name
- String
Erişecek öğesinin ConfigurationProperty adı.
Özellik Değeri
Belirtilen özellik, öznitelik veya alt öğe.
Özel durumlar
prop
salt okunur veya kilitli.
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.