SourceType コンストラクター

定義

オーバーロード

SourceType()

ソースの種類のクラスの新しいインスタンスを初期化します。

SourceType(String)

指定したテキスト コンテンツのソースの種類のクラスの新しいインスタンスを初期化します。

SourceType()

ソースの種類のクラスの新しいインスタンスを初期化します。

public SourceType ();
Public Sub New ()

適用対象

SourceType(String)

指定したテキスト コンテンツのソースの種類のクラスの新しいインスタンスを初期化します。

public SourceType (string text);
new DocumentFormat.OpenXml.Bibliography.SourceType : string -> DocumentFormat.OpenXml.Bibliography.SourceType
Public Sub New (text As String)

パラメーター

text
String

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

適用対象