RevisionView.Comments Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Mostrar comentarios
Representa el atributo siguiente en el esquema: w:comments
[DocumentFormat.OpenXml.SchemaAttr(23, "comments")]
public DocumentFormat.OpenXml.OnOffValue Comments { get; set; }
public DocumentFormat.OpenXml.OnOffValue Comments { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "comments")]
public DocumentFormat.OpenXml.OnOffValue? Comments { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:comments")]
public DocumentFormat.OpenXml.OnOffValue? Comments { get; set; }
public DocumentFormat.OpenXml.OnOffValue? Comments { get; set; }
member this.Comments : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "comments")>]
member this.Comments : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:comments")>]
member this.Comments : DocumentFormat.OpenXml.OnOffValue with get, set
Public Property Comments As OnOffValue
Valor de propiedad
Devuelve EnumValue<T>.
- Atributos