次の方法で共有


PermilleFormatter コンストラクター

定義

オーバーロード

PermilleFormatter()

PermilleFormatter オブジェクトを作成し、既定値に初期化します。

PermilleFormatter(IIterable<String>, String)

言語リストと地理的リージョンによって初期化された PermilleFormatter オブジェクトを作成します。

PermilleFormatter()

PermilleFormatter オブジェクトを作成し、既定値に初期化します。

public:
 PermilleFormatter();
 PermilleFormatter();
public PermilleFormatter();
function PermilleFormatter()
Public Sub New ()

こちらもご覧ください

適用対象

PermilleFormatter(IIterable<String>, String)

言語リストと地理的リージョンによって初期化された PermilleFormatter オブジェクトを作成します。

public:
 PermilleFormatter(IIterable<Platform::String ^> ^ languages, Platform::String ^ geographicRegion);
 PermilleFormatter(IIterable<winrt::hstring> const& languages, winrt::hstring const& geographicRegion);
public PermilleFormatter(IEnumerable<string> languages, string geographicRegion);
function PermilleFormatter(languages, geographicRegion)
Public Sub New (languages As IEnumerable(Of String), geographicRegion As String)

パラメーター

languages

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

言語の選択を表す言語識別子の優先順位の一覧。 「解説」を参照してください。

geographicRegion
String

Platform::String

winrt::hstring

地理的リージョンの識別子。

注釈

アプリがこのクラスで使用されている言語タグを 各国語サポート 関数に渡す場合は、最初に ResolveLocaleName を呼び出してタグを変換する必要があります。

言語タグは、Unicode 拡張機能 "ca-" と "nu-" をサポートしています。 ( 「Unicode キー/型定義」を参照してください)。これらの拡張子は、 PermilleFormatter(IIterable(String)、String) オブジェクトで使用される数字システムに影響を与える可能性があることに注意してください。

こちらもご覧ください

適用対象