次の方法で共有


Reactions コンストラクター

定義

オーバーロード

Reactions()

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

Reactions(OpenXmlElement[])

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

Reactions(IEnumerable<OpenXmlElement>)

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

Reactions(String)

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

Reactions()

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

public Reactions();
Public Sub New ()

適用対象

Reactions(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Reactions(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Reactions(String)

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

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

パラメーター

outerXml
String

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

適用対象