Share via


Path.ConnectionPointType Property

Definition

Connection Point Type

Represents the following attribute in the schema: o:connecttype

[DocumentFormat.OpenXml.SchemaAttr(27, "connecttype")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.ConnectValues> ConnectionPointType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.ConnectValues> ConnectionPointType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(27, "connecttype")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.ConnectValues>? ConnectionPointType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("o:connecttype")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.ConnectValues>? ConnectionPointType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.ConnectValues>? ConnectionPointType { get; set; }
member this.ConnectionPointType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.ConnectValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(27, "connecttype")>]
member this.ConnectionPointType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.ConnectValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("o:connecttype")>]
member this.ConnectionPointType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.ConnectValues> with get, set
Public Property ConnectionPointType As EnumValue(Of ConnectValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to