ConfigurationElement.Properties Vlastnost

Definice

Získá kolekci vlastností.

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

Hodnota vlastnosti

Vlastnosti ConfigurationPropertyCollection elementu.

Příklady

Příklad, který ukazuje, jak použít Properties vlastnost, se podívejte na ConfigurationProperty třídu.

Poznámky

Vlastnost Properties , označovaná také jako kontejner vlastností, obsahuje všechny vlastnosti (atributy), které se vztahují na prvek.

Platí pro

Viz také