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