StorePurchaseProperties 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
StorePurchaseProperties() |
初始化 StorePurchaseProperties 類別的新實例。 |
StorePurchaseProperties(String) |
初始化 StorePurchaseProperties 類別的新實例。 此多載提供選項,以指定在購買期間向使用者顯示的產品名稱。 |
StorePurchaseProperties()
初始化 StorePurchaseProperties 類別的新實例。
public:
StorePurchaseProperties();
StorePurchaseProperties();
public StorePurchaseProperties();
function StorePurchaseProperties()
Public Sub New ()
另請參閱
適用於
StorePurchaseProperties(String)
初始化 StorePurchaseProperties 類別的新實例。 此多載提供選項,以指定在購買期間向使用者顯示的產品名稱。
public:
StorePurchaseProperties(Platform::String ^ name);
StorePurchaseProperties(winrt::hstring const& name);
public StorePurchaseProperties(string name);
function StorePurchaseProperties(name)
Public Sub New (name As String)
參數
- name
-
String
Platform::String
winrt::hstring
在購買期間向使用者顯示的產品名稱。