次の方法で共有


PKContactFieldsExtensions.GetValue メソッド

定義

オーバーロード

GetValue(NSSet)
GetValue(NSString)

文字列の PKContactFields 列挙値を取得します。

GetValue(NSSet)

public static PassKit.PKContactFields GetValue (Foundation.NSSet set);
static member GetValue : Foundation.NSSet -> PassKit.PKContactFields

パラメーター

set
NSSet

戻り値

適用対象

GetValue(NSString)

文字列の PKContactFields 列挙値を取得します。

public static PassKit.PKContactFields GetValue (Foundation.NSString constant);
static member GetValue : Foundation.NSString -> PassKit.PKContactFields

パラメーター

constant
NSString

値を取得する定数。

戻り値

適用対象