ConfigurationElementCollection.ElementName 屬性

定義

在衍生類別中覆寫時,取得用於識別組態檔中這個項目集合的名稱。

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

適用於