OpenXmlAttribute.LocalName 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
OpenXmlAttribute is a struct so setters may not behave as you might expect. Mutable setters will be removed in a future version.
获取特性的本地名称。
public string LocalName { get; set; }public string LocalName { get; [System.Obsolete("OpenXmlAttribute is a struct so setters may not behave as you might expect. Mutable setters will be removed in a future version.")] set; }public string LocalName { get; }member this.LocalName : string with get, set[<set: System.Obsolete("OpenXmlAttribute is a struct so setters may not behave as you might expect. Mutable setters will be removed in a future version.")>]
member this.LocalName : string with get, setmember this.LocalName : stringPublic Property LocalName As StringPublic ReadOnly Property LocalName As String属性值
返回 String。
- 属性