ConfigurationElement.Properties Eigenschaft

Definition

Ruft die Auflistung von Eigenschaften ab.

protected:
 virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected public:
 virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected virtual System.Configuration.ConfigurationPropertyCollection Properties { get; }
protected internal virtual System.Configuration.ConfigurationPropertyCollection Properties { get; }
member this.Properties : System.Configuration.ConfigurationPropertyCollection
Protected Overridable ReadOnly Property Properties As ConfigurationPropertyCollection
Protected Friend Overridable ReadOnly Property Properties As ConfigurationPropertyCollection

Eigenschaftswert

Die ConfigurationPropertyCollection von Eigenschaften für das Element.

Beispiele

Ein Beispiel für die Verwendung der Properties -Eigenschaft finden Sie in der ConfigurationProperty -Klasse.

Hinweise

Die Properties Eigenschaft, die auch als Eigenschaftenbehälter bezeichnet wird, enthält alle Eigenschaften (Attribute), die für das Element gelten.

Gilt für:

Weitere Informationen