次の方法で共有


Distributor コンストラクター

定義

オーバーロード

Distributor()

ディストリビューター クラスの新しいインスタンスを初期化します。

Distributor(String)

指定したテキスト コンテンツを使用してディストリビューター クラスの新しいインスタンスを初期化します。

Distributor()

ディストリビューター クラスの新しいインスタンスを初期化します。

public Distributor ();
Public Sub New ()

適用対象

Distributor(String)

指定したテキスト コンテンツを使用してディストリビューター クラスの新しいインスタンスを初期化します。

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

パラメーター

text
String

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

適用対象