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
在购买过程中向用户显示的产品名称。