ConfigurationElement.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

範例

如需示範如何使用 屬性的 Properties 範例,請參閱 類別 ConfigurationProperty

備註

屬性 Properties 也稱為屬性包,包含套用至專案的所有屬性 (屬性) 。

適用於

另請參閱