QatItemsType コンストラクター

定義

オーバーロード

QatItemsType()

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

QatItemsType(OpenXmlElement[])

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

QatItemsType(IEnumerable<OpenXmlElement>)

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

QatItemsType(String)

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

QatItemsType()

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

protected QatItemsType ();
Protected Sub New ()

適用対象

QatItemsType(OpenXmlElement[])

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

protected QatItemsType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.CustomUI.QatItemsType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.CustomUI.QatItemsType
Protected Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

QatItemsType(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

QatItemsType(String)

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

protected QatItemsType (string outerXml);
new DocumentFormat.OpenXml.Office.CustomUI.QatItemsType : string -> DocumentFormat.OpenXml.Office.CustomUI.QatItemsType
Protected Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象