ProductPurchaseDisplayProperties Constructors

Definition

Overloads

ProductPurchaseDisplayProperties()

Creates an instance of ProductPurchaseDisplayProperties.

ProductPurchaseDisplayProperties(String)

Creates an instance of ProductPurchaseDisplayProperties that includes the specified product name to display to the user.

ProductPurchaseDisplayProperties()

Creates an instance of ProductPurchaseDisplayProperties.

public:
 ProductPurchaseDisplayProperties();
 ProductPurchaseDisplayProperties();
public ProductPurchaseDisplayProperties();
function ProductPurchaseDisplayProperties()
Public Sub New ()

See also

Applies to

ProductPurchaseDisplayProperties(String)

Creates an instance of ProductPurchaseDisplayProperties that includes the specified product name to display to the user.

public:
 ProductPurchaseDisplayProperties(Platform::String ^ name);
 ProductPurchaseDisplayProperties(winrt::hstring const& name);
public ProductPurchaseDisplayProperties(string name);
function ProductPurchaseDisplayProperties(name)
Public Sub New (name As String)

Parameters

name
String

Platform::String

winrt::hstring

The product name displayed to the user.

Applies to