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, set
member this.LocalName : string
Public Property LocalName As String
Public ReadOnly Property LocalName As String
プロパティ値
String を返します。
- 属性