次の方法で共有


CountryRegion コンストラクター

定義

オーバーロード

CountryRegion()

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

CountryRegion(String)

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

CountryRegion()

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

public CountryRegion ();
Public Sub New ()

適用対象

CountryRegion(String)

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

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

パラメーター

text
String

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

適用対象