Share via


XmlPath Constructors

Definition

Overloads

XmlPath(OpenXmlElement)

Initializes a new instance of the XmlPath from the specified OpenXmlElement.

XmlPath(OpenXmlPart)

Initializes a new instance of the XmlPath from the specified OpenXmlPart.

XmlPath(OpenXmlElement)

Initializes a new instance of the XmlPath from the specified OpenXmlElement.

public XmlPath (DocumentFormat.OpenXml.OpenXmlElement element);
new DocumentFormat.OpenXml.XmlPath : DocumentFormat.OpenXml.OpenXmlElement -> DocumentFormat.OpenXml.XmlPath
Public Sub New (element As OpenXmlElement)

Parameters

Applies to

XmlPath(OpenXmlPart)

Initializes a new instance of the XmlPath from the specified OpenXmlPart.

public XmlPath (DocumentFormat.OpenXml.Packaging.OpenXmlPart part);
new DocumentFormat.OpenXml.XmlPath : DocumentFormat.OpenXml.Packaging.OpenXmlPart -> DocumentFormat.OpenXml.XmlPath
Public Sub New (part As OpenXmlPart)

Parameters

Applies to