次の方法で共有


AttributeNameList コンストラクター

定義

オーバーロード

AttributeNameList()

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

AttributeNameList(OpenXmlElement[])

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

AttributeNameList(IEnumerable<OpenXmlElement>)

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

AttributeNameList(String)

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

AttributeNameList()

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

public AttributeNameList ();
Public Sub New ()

適用対象

AttributeNameList(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

AttributeNameList(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

AttributeNameList(String)

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

public AttributeNameList (string outerXml);
new DocumentFormat.OpenXml.Presentation.AttributeNameList : string -> DocumentFormat.OpenXml.Presentation.AttributeNameList
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象