KeyValueConfigurationElement.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 override System.Configuration.ConfigurationPropertyCollection Properties { get; }
protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get; }
member this.Properties : System.Configuration.ConfigurationPropertyCollection
Protected Overrides ReadOnly Property Properties As ConfigurationPropertyCollection
Protected Friend Overrides ReadOnly Property Properties As ConfigurationPropertyCollection

属性值

ConfigurationPropertyCollection

元素属性的 ConfigurationPropertyCollectionThe ConfigurationPropertyCollection of properties for the element.

适用于

另请参阅