OpenXmlAttribute.Value 属性

定义

注意

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

获取 属性的文本值。

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

属性值

返回 String

属性

适用于