次の方法で共有


StoreProductParameters コンストラクター

定義

オーバーロード

StoreProductParameters()

既定値を使用して新しい T:StoreKit.StoreProductParameters.StoreProductParameters を 作成します。

StoreProductParameters(NSDictionary)

指定したディクショナリから新しい T:StoreKit.StoreProductParameters.StoreProductParameters を作成します

StoreProductParameters(Int32)

指定した ITunes 識別子の新しい T:StoreKit.StoreProductParameters.StoreProductParameters を 作成します。

StoreProductParameters()

既定値を使用して新しい T:StoreKit.StoreProductParameters.StoreProductParameters を 作成します。

[Foundation.Preserve(Conditional=true)]
public StoreProductParameters ();
属性

適用対象

StoreProductParameters(NSDictionary)

指定したディクショナリから新しい T:StoreKit.StoreProductParameters.StoreProductParameters を作成します

[Foundation.Preserve(Conditional=true)]
public StoreProductParameters (Foundation.NSDictionary dictionary);
new StoreKit.StoreProductParameters : Foundation.NSDictionary -> StoreKit.StoreProductParameters

パラメーター

dictionary
NSDictionary
属性

適用対象

StoreProductParameters(Int32)

指定した ITunes 識別子の新しい T:StoreKit.StoreProductParameters.StoreProductParameters を 作成します。

public StoreProductParameters (int iTunesItemIdentifier);
new StoreKit.StoreProductParameters : int -> StoreKit.StoreProductParameters

パラメーター

iTunesItemIdentifier
Int32

適用対象