OpenXmlAttribute.Value Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
OpenXmlAttribute is a struct so setters may not behave as you might expect. Mutable setters will be removed in a future version.
Obtient la valeur de texte de l’attribut.
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
Valeur de propriété
Retourne String.
- Attributs