Lock.Selection 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.
Bloqueio de Seleção
Representa o seguinte atributo no esquema: seleção
[DocumentFormat.OpenXml.SchemaAttr(0, "selection")]
public DocumentFormat.OpenXml.TrueFalseValue Selection { get; set; }
public DocumentFormat.OpenXml.TrueFalseValue Selection { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "selection")]
public DocumentFormat.OpenXml.TrueFalseValue? Selection { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("selection")]
public DocumentFormat.OpenXml.TrueFalseValue? Selection { get; set; }
public DocumentFormat.OpenXml.TrueFalseValue? Selection { get; set; }
member this.Selection : DocumentFormat.OpenXml.TrueFalseValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "selection")>]
member this.Selection : DocumentFormat.OpenXml.TrueFalseValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("selection")>]
member this.Selection : DocumentFormat.OpenXml.TrueFalseValue with get, set
Public Property Selection As TrueFalseValue
Valor da propriedade
Retorna EnumValue<T>.
- Atributos