次の方法で共有


Institution コンストラクター

定義

オーバーロード

Institution()

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

Institution(String)

指定したテキスト コンテンツを使用して、Institution クラスの新しいインスタンスを初期化します。

Institution()

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

public Institution ();
Public Sub New ()

適用対象

Institution(String)

指定したテキスト コンテンツを使用して、Institution クラスの新しいインスタンスを初期化します。

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

パラメーター

text
String

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

適用対象