XmlPath Constructors
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.
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
- element
- OpenXmlElement
The OpenXmlElement.
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
- part
- OpenXmlPart
The OpenXmlPart.