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

在购买过程中向用户显示的产品名称。

适用于