ProductPurchaseDisplayProperties コンストラクター

定義

オーバーロード

ProductPurchaseDisplayProperties()

ProductPurchaseDisplayProperties のインスタンスを作成します。

ProductPurchaseDisplayProperties(String)

ユーザーに表示する指定した製品名を含む ProductPurchaseDisplayProperties のインスタンスを作成します。

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

ユーザーに表示される製品名。

適用対象