Path.ConnectionPointType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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