Compartilhar via


ConnectionShapeLocks Construtores

Definição

Sobrecargas

ConnectionShapeLocks()

Inicializa uma nova instância da classe ConnectionShapeLocks.

ConnectionShapeLocks(OpenXmlElement[])

Inicializa uma nova instância da classe ConnectionShapeLocks com os elementos filho especificados.

ConnectionShapeLocks(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe ConnectionShapeLocks com os elementos filho especificados.

ConnectionShapeLocks(String)

Inicializa uma nova instância da classe ConnectionShapeLocks do XML externo.

ConnectionShapeLocks()

Inicializa uma nova instância da classe ConnectionShapeLocks.

public ConnectionShapeLocks ();
Public Sub New ()

Aplica-se a

ConnectionShapeLocks(OpenXmlElement[])

Inicializa uma nova instância da classe ConnectionShapeLocks com os elementos filho especificados.

public ConnectionShapeLocks (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks
Public Sub New (ParamArray childElements As OpenXmlElement())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

ConnectionShapeLocks(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe ConnectionShapeLocks com os elementos filho especificados.

public ConnectionShapeLocks (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

ConnectionShapeLocks(String)

Inicializa uma nova instância da classe ConnectionShapeLocks do XML externo.

public ConnectionShapeLocks (string outerXml);
new DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks : string -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks
Public Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a