Freigeben über


DocumentVariable.Name Eigenschaft

Definition

Dokumentvariablenname

Stellt das folgende Attribut im Schema dar: w:name

[DocumentFormat.OpenXml.SchemaAttr(23, "name")]
public DocumentFormat.OpenXml.StringValue Name { get; set; }
public DocumentFormat.OpenXml.StringValue Name { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "name")]
public DocumentFormat.OpenXml.StringValue? Name { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:name")]
public DocumentFormat.OpenXml.StringValue? Name { get; set; }
public DocumentFormat.OpenXml.StringValue? Name { get; set; }
member this.Name : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "name")>]
member this.Name : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:name")>]
member this.Name : DocumentFormat.OpenXml.StringValue with get, set
Public Property Name As StringValue

Eigenschaftswert

Gibt zurück StringValue.

Attribute

Hinweise

Die folgenden Informationen aus dem INTERNATIONALEN ECMA-Standard ECMA-376 können bei der Arbeit mit dieser Klasse nützlich sein.

Gibt den Namen der übergeordneten Dokumentvariable an.

Betrachten Sie das folgende WordprocessingML-Fragment, das eine Dokumentvariable angibt:

<w:docVars>  
  <w:docVar w:name="example name" w:val="example value" />  
</w:docVars>  

Das name -Attribut gibt an, dass der Name der Dokumentvariable ist example name.

Die möglichen Werte für dieses Attribut werden durch den ST_String einfachen Typ definiert.

Gilt für: