PKContactFieldsExtensions.GetValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetValue(NSSet) | |
GetValue(NSString) |
Gets the PKContactFields enumeration value for the string. |
GetValue(NSSet)
public static PassKit.PKContactFields GetValue (Foundation.NSSet set);
static member GetValue : Foundation.NSSet -> PassKit.PKContactFields
Parameters
- set
- NSSet
Returns
Applies to
GetValue(NSString)
Gets the PKContactFields enumeration value for the string.
public static PassKit.PKContactFields GetValue (Foundation.NSString constant);
static member GetValue : Foundation.NSString -> PassKit.PKContactFields
Parameters
- constant
- NSString
The constant for which to get a value.