次の方法で共有


InkSource コンストラクター

定義

オーバーロード

InkSource()

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

InkSource(OpenXmlElement[])

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

InkSource(IEnumerable<OpenXmlElement>)

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

InkSource(String)

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

InkSource()

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

public InkSource ();
Public Sub New ()

適用対象

InkSource(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

InkSource(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

InkSource(String)

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

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

パラメーター

outerXml
String

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

適用対象