StorePurchaseProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StorePurchaseProperties() |
Initializes a new instance of the StorePurchaseProperties class. |
StorePurchaseProperties(String) |
Initializes a new instance of the StorePurchaseProperties class. This overload provides the option to specify the product name that is displayed to the user during the purchase. |
StorePurchaseProperties()
Initializes a new instance of the StorePurchaseProperties class.
public:
StorePurchaseProperties();
StorePurchaseProperties();
public StorePurchaseProperties();
function StorePurchaseProperties()
Public Sub New ()
See also
Applies to
StorePurchaseProperties(String)
Initializes a new instance of the StorePurchaseProperties class. This overload provides the option to specify the product name that is displayed to the user during the purchase.
public:
StorePurchaseProperties(Platform::String ^ name);
StorePurchaseProperties(winrt::hstring const& name);
public StorePurchaseProperties(string name);
function StorePurchaseProperties(name)
Public Sub New (name As String)
Parameters
- name
-
String
Platform::String
winrt::hstring
The product name that is displayed to the user during the purchase.