MetadataType.Merge Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Mesclagem de metadados
Representa o seguinte atributo no esquema: merge
[DocumentFormat.OpenXml.SchemaAttr(0, "merge")]
public DocumentFormat.OpenXml.BooleanValue Merge { get; set; }
public DocumentFormat.OpenXml.BooleanValue Merge { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "merge")]
public DocumentFormat.OpenXml.BooleanValue? Merge { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("merge")]
public DocumentFormat.OpenXml.BooleanValue? Merge { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Merge { get; set; }
member this.Merge : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "merge")>]
member this.Merge : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("merge")>]
member this.Merge : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Merge As BooleanValue
Valor da propriedade
Retorna BooleanValue.
- Atributos