Partager via


LayoutVariablePropertySetType Constructeurs

Définition

Surcharges

LayoutVariablePropertySetType()

Initialise une nouvelle instance de la classe LayoutVariablePropertySetType.

LayoutVariablePropertySetType(OpenXmlElement[])

Initialise une nouvelle instance de la classe LayoutVariablePropertySetType avec les éléments enfants spécifiés.

LayoutVariablePropertySetType(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe LayoutVariablePropertySetType avec les éléments enfants spécifiés.

LayoutVariablePropertySetType(String)

Initialise une nouvelle instance de la classe LayoutVariablePropertySetType à partir du code XML externe.

LayoutVariablePropertySetType()

Initialise une nouvelle instance de la classe LayoutVariablePropertySetType.

protected LayoutVariablePropertySetType ();
Protected Sub New ()

S’applique à

LayoutVariablePropertySetType(OpenXmlElement[])

Initialise une nouvelle instance de la classe LayoutVariablePropertySetType avec les éléments enfants spécifiés.

protected LayoutVariablePropertySetType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

LayoutVariablePropertySetType(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe LayoutVariablePropertySetType avec les éléments enfants spécifiés.

protected LayoutVariablePropertySetType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

LayoutVariablePropertySetType(String)

Initialise une nouvelle instance de la classe LayoutVariablePropertySetType à partir du code XML externe.

protected LayoutVariablePropertySetType (string outerXml);
new DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType : string -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType
Protected Sub New (outerXml As String)

Paramètres

outerXml
String

Spécifie le code XML externe de l’élément.

S’applique à