StorePurchaseProperties コンストラクター

定義

オーバーロード

StorePurchaseProperties()

StorePurchaseProperties クラスの新しいインスタンスを初期化します。

StorePurchaseProperties(String)

StorePurchaseProperties クラスの新しいインスタンスを初期化します。 このオーバーロードは、購入時にユーザーに表示される製品名を指定するオプションを提供します。

StorePurchaseProperties()

StorePurchaseProperties クラスの新しいインスタンスを初期化します。

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

こちらもご覧ください

適用対象

StorePurchaseProperties(String)

StorePurchaseProperties クラスの新しいインスタンスを初期化します。 このオーバーロードは、購入時にユーザーに表示される製品名を指定するオプションを提供します。

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

パラメーター

name
String

Platform::String

winrt::hstring

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

適用対象