ConfigurationElement.Properties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取属性的集合。
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
属性值
元素属性的 ConfigurationPropertyCollection。
示例
有关演示如何使用 Properties 属性的示例,请参阅 ConfigurationProperty 类。
注解
属性 Properties 也称为属性包,包含应用于 元素的所有属性 (属性) 。