次の方法で共有


AllocatedCommandManifest コンストラクター

定義

オーバーロード

AllocatedCommandManifest()

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

AllocatedCommandManifest(OpenXmlElement[])

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

AllocatedCommandManifest(IEnumerable<OpenXmlElement>)

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

AllocatedCommandManifest(String)

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

AllocatedCommandManifest()

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

public AllocatedCommandManifest ();
Public Sub New ()

適用対象

AllocatedCommandManifest(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

AllocatedCommandManifest(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

AllocatedCommandManifest(String)

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

public AllocatedCommandManifest (string outerXml);
new DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest : string -> DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象