ABPeoplePickerNavigationControllerDelegate_Extensions Class
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.
Extension methods to the IABPeoplePickerNavigationControllerDelegate interface to support all the methods from the ABPeoplePickerNavigationControllerDelegate protocol.
public static class ABPeoplePickerNavigationControllerDelegate_Extensions
type ABPeoplePickerNavigationControllerDelegate_Extensions = class
- Inheritance
-
ABPeoplePickerNavigationControllerDelegate_Extensions
Remarks
The extension methods for IABPeoplePickerNavigationControllerDelegate allow developers to treat instances of the interface as having all the optional methods of the original ABPeoplePickerNavigationControllerDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.
Methods
Cancelled(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController) | |
DidSelectPerson(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson, Int32, Int32) | |
DidSelectPerson(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson) | |
ShouldContinue(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson, Int32, Int32) | |
ShouldContinue(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson) |
Developers should not use this deprecated method. Developers should use 'DidSelectPerson' instead (or 'ABPeoplePickerNavigationController.PredicateForSelectionOfPerson'). |