次の方法で共有


ClassificationLabelList コンストラクター

定義

オーバーロード

ClassificationLabelList()

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

ClassificationLabelList(OpenXmlElement[])

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

ClassificationLabelList(IEnumerable<OpenXmlElement>)

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

ClassificationLabelList(String)

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

ClassificationLabelList()

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

public ClassificationLabelList ();
Public Sub New ()

適用対象

ClassificationLabelList(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

ClassificationLabelList(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

ClassificationLabelList(String)

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

public ClassificationLabelList (string outerXml);
new DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabelList : string -> DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabelList
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象