ConfigurationElement.Properties Proprietà

Definizione

Ottiene la raccolta di proprietà.

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

Valore della proprietà

Raccolta ConfigurationPropertyCollection di proprietà dell'elemento.

Esempio

Per un esempio che mostra come usare la Properties proprietà , fare riferimento alla ConfigurationProperty classe .

Commenti

La Properties proprietà, denominata anche contenitore delle proprietà, contiene tutte le proprietà (attributi) che si applicano all'elemento.

Si applica a

Vedi anche