Constraint.ReferencePointType 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.
Tipo de ponto de referência
Representa o seguinte atributo no esquema: refPtType
[DocumentFormat.OpenXml.SchemaAttr(0, "refPtType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues> ReferencePointType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues> ReferencePointType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "refPtType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues>? ReferencePointType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("refPtType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues>? ReferencePointType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues>? ReferencePointType { get; set; }
member this.ReferencePointType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "refPtType")>]
member this.ReferencePointType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("refPtType")>]
member this.ReferencePointType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues> with get, set
Public Property ReferencePointType As EnumValue(Of ElementValues)
Valor da propriedade
Retorna EnumValue<T>.
- Atributos