StoreProduct.Language プロパティ

定義

製品の Microsoft Store 登録情報のデータの言語を取得します。

public:
 property Platform::String ^ Language { Platform::String ^ get(); };
winrt::hstring Language();
public string Language { get; }
var string = storeProduct.language;
Public ReadOnly Property Language As String

プロパティ値

String

Platform::String

winrt::hstring

製品の Microsoft Store 登録情報のデータの言語。

適用対象