Compartir a través de


DocPartId.Val Propiedad

Definición

Valor GUID

Representa el atributo siguiente en el esquema: w:val

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

Valor de propiedad

Devuelve StringValue.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Especifica un valor de identificador único global (GUID) de 128 bits definido por el tipo simple al que se hace referencia a continuación. El contenido de este GUID se interpretará en función del contexto del elemento XML primario.

Si se omite este atributo, se supone que su valor es NULL (es decir, no se asociará ningún GUID al elemento XML primario).

Tenga en cuenta el siguiente elemento WordprocessingML:

<… w:val="{6A9B8B6F-5BD2-4BC8-9F70-7020E1357FB2}"/>  

El val valor del atributo de {6A9B8B6F-5BD2-4BC8-9F70-7020E1357FB2} se asociará al contexto del elemento XML primario.

El tipo simple define los ST_Guid valores posibles para este atributo.

Se aplica a