StorePreviewProductInfo.Title プロパティ

定義

顧客に表示されるアプリ内製品の名前を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

顧客に表示されるアプリ内製品の名前。

適用対象