ABPersonViewControllerDelegate.ShouldPerformDefaultActionForPerson 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.
[Foundation.Export("personViewController:shouldPerformDefaultActionForPerson:property:identifier:")]
public abstract bool ShouldPerformDefaultActionForPerson (AddressBookUI.ABPersonViewController personViewController, AddressBook.ABPerson person, int propertyId, int identifier);
abstract member ShouldPerformDefaultActionForPerson : AddressBookUI.ABPersonViewController * AddressBook.ABPerson * int * int -> bool
Parameters
- personViewController
- ABPersonViewController
- person
- ABPerson
- propertyId
- Int32
- identifier
- Int32
Returns
Implements
- Attributes