次の方法で共有


CommonTimeNode コンストラクター

定義

オーバーロード

CommonTimeNode()

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

CommonTimeNode(OpenXmlElement[])

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

CommonTimeNode(IEnumerable<OpenXmlElement>)

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

CommonTimeNode(String)

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

CommonTimeNode()

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

public CommonTimeNode ();
Public Sub New ()

適用対象

CommonTimeNode(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

CommonTimeNode(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

CommonTimeNode(String)

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

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

パラメーター

outerXml
String

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

適用対象