CNContactViewControllerDelegate.ShouldPerformDefaultAction 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.
Return true
if the default action for the property should be triggered when it is selected by the user.
[Foundation.Export("contactViewController:shouldPerformDefaultActionForContactProperty:")]
public virtual bool ShouldPerformDefaultAction (ContactsUI.CNContactViewController viewController, Contacts.CNContactProperty property);
abstract member ShouldPerformDefaultAction : ContactsUI.CNContactViewController * Contacts.CNContactProperty -> bool
override this.ShouldPerformDefaultAction : ContactsUI.CNContactViewController * Contacts.CNContactProperty -> bool
Parameters
- viewController
- CNContactViewController
- property
- CNContactProperty
Returns
- Attributes