ConfigurationElement.Properties 属性
定义
获取属性的集合。Gets the collection of properties.
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。The ConfigurationPropertyCollection of properties for the element.
示例
有关演示如何使用属性的示例 Properties ,请参阅 ConfigurationProperty 类。For an example that shows how to use the Properties property, refer to the ConfigurationProperty class.
注解
Properties属性(也称为 "属性包")包含应用于元素) (特性的所有属性。The Properties property, also called the property bag, contains all the properties (attributes) that apply to the element.