共用方式為


StoreProductParameters 建構函式

定義

多載

StoreProductParameters()

使用預設值建立新的 T:StoreKit.StoreProductParameters.StoreProductParameters

StoreProductParameters(NSDictionary)

從指定的字典建立新的 T:StoreKit.StoreProductParameters.StoreProductParameters

StoreProductParameters(Int32)

為指定的 ITunes 識別碼建立新的 T:StoreKit.StoreProductParameters.StoreProductParameters

StoreProductParameters()

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

適用於

StoreProductParameters(NSDictionary)

[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

適用於