TextPredictionGenerator.ResolvedLanguage プロパティ

定義

正常に作成された TextPredictionGenerator オブジェクトの言語タグを取得します。

public:
 property Platform::String ^ ResolvedLanguage { Platform::String ^ get(); };
winrt::hstring ResolvedLanguage();
public string ResolvedLanguage { get; }
var string = textPredictionGenerator.resolvedLanguage;
Public ReadOnly Property ResolvedLanguage As String

プロパティ値

String

Platform::String

winrt::hstring

予測ジェネレーター の BCP-47 言語タグ。

適用対象