次の方法で共有


OpenXmlAttribute.Prefix プロパティ

定義

注意事項

OpenXmlAttribute is a struct so setters may not behave as you might expect. Mutable setters will be removed in a future version.

現在の属性の名前空間プレフィックスを取得します。

public string Prefix { get; set; }
public string Prefix { 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 Prefix { get; }
member this.Prefix : 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.Prefix : string with get, set
member this.Prefix : string
Public Property Prefix As String
Public ReadOnly Property Prefix As String

プロパティ値

String を返します。

属性

適用対象