次の方法で共有


ProductionCompany コンストラクター

定義

オーバーロード

ProductionCompany()

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

ProductionCompany(String)

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

ProductionCompany()

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

public ProductionCompany ();
Public Sub New ()

適用対象

ProductionCompany(String)

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

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

パラメーター

text
String

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

適用対象