ConfigurationElement.Properties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得一組房產。
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屬性,也稱為屬性袋,包含所有適用於該元素的屬性(屬性)。