EventDocNewXsdString コンストラクター

定義

オーバーロード

EventDocNewXsdString()

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

EventDocNewXsdString(String)

指定したテキスト コンテンツを持つ EventDocNewXsdString クラスの新しいインスタンスを初期化します。

EventDocNewXsdString()

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

public EventDocNewXsdString ();
Public Sub New ()

適用対象

EventDocNewXsdString(String)

指定したテキスト コンテンツを持つ EventDocNewXsdString クラスの新しいインスタンスを初期化します。

public EventDocNewXsdString (string text);
new DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString : string -> DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString
Public Sub New (text As String)

パラメーター

text
String

要素の文字列コンテンツを指定します。

適用対象