CNContactVCardSerialization.GetDataFromContacts(CNContact[], NSError) 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.
Returns the vCard data for the specified contacts
.
[Foundation.Export("dataWithContacts:error:")]
public static Foundation.NSData GetDataFromContacts (Contacts.CNContact[] contacts, out Foundation.NSError error);
static member GetDataFromContacts : Contacts.CNContact[] * -> Foundation.NSData
Parameters
- contacts
- CNContact[]
- error
- NSError
Returns
- Attributes