StorePreviewProductInfo.Description プロパティ

定義

アプリ内製品の説明を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

アプリ内製品の説明。

適用対象