ConfigurationElementCollection.ElementName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,取得用於識別組態檔中這個項目集合的名稱。
protected:
virtual property System::String ^ ElementName { System::String ^ get(); };
protected virtual string ElementName { get; }
member this.ElementName : string
Protected Overridable ReadOnly Property ElementName As String
屬性值
集合的名稱,否則為空字串。 預設為空字串。
備註
ElementName覆寫 屬性以命名自訂 ConfigurationElementCollection。