StoreProduct.Title プロパティ

定義

Microsoft Store 登録情報から製品タイトルを取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

Microsoft Store 登録情報の製品タイトル。

適用対象