ProductPurchaseDisplayProperties Konstruktoren

Definition

Überlädt

ProductPurchaseDisplayProperties()

Erstellt eine instance von ProductPurchaseDisplayProperties.

ProductPurchaseDisplayProperties(String)

Erstellt eine instance von ProductPurchaseDisplayProperties, die den angegebenen Produktnamen enthält, der dem Benutzer angezeigt werden soll.

ProductPurchaseDisplayProperties()

Erstellt eine instance von ProductPurchaseDisplayProperties.

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

Weitere Informationen

Gilt für:

ProductPurchaseDisplayProperties(String)

Erstellt eine instance von ProductPurchaseDisplayProperties, die den angegebenen Produktnamen enthält, der dem Benutzer angezeigt werden soll.

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

Parameter

name
String

Platform::String

winrt::hstring

Der dem Benutzer angezeigte Produktname.

Gilt für: