Partager via


XmlPath Constructeurs

Définition

Surcharges

XmlPath(OpenXmlElement)

Initialise une nouvelle instance de à XmlPath partir du spécifiéOpenXmlElement.

XmlPath(OpenXmlPart)

Initialise une nouvelle instance de à XmlPath partir du spécifiéOpenXmlPart.

XmlPath(OpenXmlElement)

Initialise une nouvelle instance de à XmlPath partir du spécifiéOpenXmlElement.

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

Paramètres

S’applique à

XmlPath(OpenXmlPart)

Initialise une nouvelle instance de à XmlPath partir du spécifié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)

Paramètres

S’applique à