次の方法で共有


Bar コンストラクター

定義

オーバーロード

Bar()

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

Bar(OpenXmlElement[])

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

Bar(IEnumerable<OpenXmlElement>)

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

Bar(String)

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

Bar()

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

public Bar ();
Public Sub New ()

適用対象

Bar(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Bar(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Bar(String)

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

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

パラメーター

outerXml
String

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

適用対象