Share via


ProductPurchaseDisplayProperties 建構函式

定義

多載

ProductPurchaseDisplayProperties()

建立 ProductPurchaseDisplayProperties的實例。

ProductPurchaseDisplayProperties(String)

建立 ProductPurchaseDisplayProperties 的實例,其中包含要向使用者顯示的指定產品名稱。

ProductPurchaseDisplayProperties()

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

另請參閱

適用於

ProductPurchaseDisplayProperties(String)

建立 ProductPurchaseDisplayProperties 的實例,其中包含要向使用者顯示的指定產品名稱。

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

參數

name
String

Platform::String

winrt::hstring

向使用者顯示的產品名稱。

適用於