共用方式為


ConfigurationElement.Properties 屬性

定義

取得一組房產。

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

屬性值

元素 ConfigurationPropertyCollection 的性質。

範例

想舉例說明如何使用該Properties屬性,請參考該類別。ConfigurationProperty

備註

Properties屬性,也稱為屬性袋,包含所有適用於該元素的屬性(屬性)。

適用於

另請參閱