StorePurchaseProperties Constructors

Definition

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.

Applies to