次の方法で共有


Artist コンストラクター

定義

オーバーロード

Artist()

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

Artist(OpenXmlElement[])

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

Artist(IEnumerable<OpenXmlElement>)

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

Artist(String)

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

Artist()

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

public Artist ();
Public Sub New ()

適用対象

Artist(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Artist(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Artist(String)

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

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

パラメーター

outerXml
String

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

適用対象