XmlPath Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- element
- OpenXmlElement
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
- part
- OpenXmlPart