次の方法で共有


ShapePropsMonikerList コンストラクター

定義

オーバーロード

ShapePropsMonikerList()

ShapePropsMonikerList クラスの新しいインスタンスを初期化します。

ShapePropsMonikerList(OpenXmlElement[])

指定した子要素を使用して、ShapePropsMonikerList クラスの新しいインスタンスを初期化します。

ShapePropsMonikerList(IEnumerable<OpenXmlElement>)

指定した子要素を使用して、ShapePropsMonikerList クラスの新しいインスタンスを初期化します。

ShapePropsMonikerList(String)

外部 XML から ShapePropsMonikerList クラスの新しいインスタンスを初期化します。

ShapePropsMonikerList()

ShapePropsMonikerList クラスの新しいインスタンスを初期化します。

public ShapePropsMonikerList();
Public Sub New ()

適用対象

ShapePropsMonikerList(OpenXmlElement[])

指定した子要素を使用して、ShapePropsMonikerList クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

ShapePropsMonikerList(IEnumerable<OpenXmlElement>)

指定した子要素を使用して、ShapePropsMonikerList クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

ShapePropsMonikerList(String)

外部 XML から ShapePropsMonikerList クラスの新しいインスタンスを初期化します。

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

パラメーター

outerXml
String

要素の外部 XML を指定します。

適用対象