ABPeoplePickerNavigationControllerDelegate_Extensions.ShouldContinue 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.
Overloads
| Name | Description |
|---|---|
| ShouldContinue(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson) |
Developers should not use this deprecated method. Developers should use 'DidSelectPerson' instead (or 'ABPeoplePickerNavigationController.PredicateForSelectionOfPerson'). |
| 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').
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldContinue(this AddressBookUI.IABPeoplePickerNavigationControllerDelegate This, AddressBookUI.ABPeoplePickerNavigationController peoplePicker, AddressBook.ABPerson selectedPerson);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldContinue : AddressBookUI.IABPeoplePickerNavigationControllerDelegate * AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson -> bool
Parameters
- peoplePicker
- ABPeoplePickerNavigationController
- selectedPerson
- ABPerson
Returns
- Attributes
Applies to
ShouldContinue(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson, Int32, Int32)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldContinue(this AddressBookUI.IABPeoplePickerNavigationControllerDelegate This, AddressBookUI.ABPeoplePickerNavigationController peoplePicker, AddressBook.ABPerson selectedPerson, int propertyId, int identifier);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldContinue : AddressBookUI.IABPeoplePickerNavigationControllerDelegate * AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson * int * int -> bool
Parameters
- peoplePicker
- ABPeoplePickerNavigationController
- selectedPerson
- ABPerson
- propertyId
- Int32
- identifier
- Int32
Returns
- Attributes