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 清單的產品標題。

適用於