次の方法で共有


GroupShapeMonikerList コンストラクター

定義

オーバーロード

GroupShapeMonikerList()

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

GroupShapeMonikerList(OpenXmlElement[])

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

GroupShapeMonikerList(IEnumerable<OpenXmlElement>)

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

GroupShapeMonikerList(String)

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

GroupShapeMonikerList()

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

public GroupShapeMonikerList ();
Public Sub New ()

適用対象

GroupShapeMonikerList(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

GroupShapeMonikerList(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

GroupShapeMonikerList(String)

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

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

パラメーター

outerXml
String

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

適用対象