次の方法で共有


CommonMediaNode コンストラクター

定義

オーバーロード

CommonMediaNode()

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

CommonMediaNode(OpenXmlElement[])

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

CommonMediaNode(IEnumerable<OpenXmlElement>)

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

CommonMediaNode(String)

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

CommonMediaNode()

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

public CommonMediaNode ();
Public Sub New ()

適用対象

CommonMediaNode(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

CommonMediaNode(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

CommonMediaNode(String)

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

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

パラメーター

outerXml
String

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

適用対象