共用方式為


StorePurchaseProperties 建構函式

定義

多載

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

在購買期間向使用者顯示的產品名稱。

適用於