Compartir a través de


RevisionCustomView.Guid Propiedad

Definición

GUID

Representa el atributo siguiente en el esquema: guid

[DocumentFormat.OpenXml.SchemaAttr(0, "guid")]
public DocumentFormat.OpenXml.StringValue Guid { get; set; }
public DocumentFormat.OpenXml.StringValue Guid { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "guid")]
public DocumentFormat.OpenXml.StringValue? Guid { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("guid")]
public DocumentFormat.OpenXml.StringValue? Guid { get; set; }
public DocumentFormat.OpenXml.StringValue? Guid { get; set; }
member this.Guid : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "guid")>]
member this.Guid : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("guid")>]
member this.Guid : DocumentFormat.OpenXml.StringValue with get, set
Public Property Guid 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.

Identificador único global de la vista personalizada.

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

Se aplica a