CNContactViewController.FromUnknownContact(CNContact) 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.
Creates a CNContactViewController to display contact
when it is not known if contact
was fetched or newly created.
[Foundation.Export("viewControllerForUnknownContact:")]
public static ContactsUI.CNContactViewController FromUnknownContact (Contacts.CNContact contact);
static member FromUnknownContact : Contacts.CNContact -> ContactsUI.CNContactViewController
Parameters
- contact
- CNContact
Returns
- Attributes