次の方法で共有


Reaction コンストラクター

定義

オーバーロード

Reaction()

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

Reaction(OpenXmlElement[])

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

Reaction(IEnumerable<OpenXmlElement>)

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

Reaction(String)

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

Reaction()

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

public Reaction();
Public Sub New ()

適用対象

Reaction(OpenXmlElement[])

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

public Reaction(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reaction : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reaction
Public Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Reaction(IEnumerable<OpenXmlElement>)

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

public Reaction(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reaction : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reaction
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Reaction(String)

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

public Reaction(string outerXml);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reaction : string -> DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reaction
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象