Compartir a través de


ConfigurationElement.Properties Propiedad

Definición

Obtiene la colección de propiedades.

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

Valor de propiedad

de ConfigurationPropertyCollection propiedades para el elemento .

Ejemplos

Para obtener un ejemplo que muestra cómo usar la Properties propiedad , consulte la ConfigurationProperty clase .

Comentarios

La Properties propiedad , también denominada contenedor de propiedades, contiene todas las propiedades (atributos) que se aplican al elemento .

Se aplica a

Consulte también