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。