次の方法で共有


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

要素のテキスト コンテンツを指定します。

適用対象