ABPeoplePickerNavigationControllerDelegate.ShouldContinue Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ShouldContinue(ABPeoplePickerNavigationController, ABPerson) |
Los desarrolladores no deben usar este método en desuso. Los desarrolladores deben usar 'DidSelectPerson' en su lugar (o 'ABPeoplePickerNavigationController.PredicateForSelectionOfPerson'). |
ShouldContinue(ABPeoplePickerNavigationController, ABPerson, Int32, Int32) |
ShouldContinue(ABPeoplePickerNavigationController, ABPerson)
Los desarrolladores no deben usar este método en desuso. Los desarrolladores deben usar 'DidSelectPerson' en su lugar (o 'ABPeoplePickerNavigationController.PredicateForSelectionOfPerson').
[Foundation.Export("peoplePickerNavigationController:shouldContinueAfterSelectingPerson:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'DidSelectPerson' instead (or 'ABPeoplePickerNavigationController.PredicateForSelectionOfPerson').")]
public virtual bool ShouldContinue (AddressBookUI.ABPeoplePickerNavigationController peoplePicker, AddressBook.ABPerson selectedPerson);
abstract member ShouldContinue : AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson -> bool
override this.ShouldContinue : AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson -> bool
Parámetros
- peoplePicker
- ABPeoplePickerNavigationController
- selectedPerson
- ABPerson
Devoluciones
- Atributos
Se aplica a
ShouldContinue(ABPeoplePickerNavigationController, ABPerson, Int32, Int32)
[Foundation.Export("peoplePickerNavigationController:shouldContinueAfterSelectingPerson:property:identifier:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'DidSelectPerson' instead (or 'ABPeoplePickerNavigationController.PredicateForSelectionOfProperty').")]
public virtual bool ShouldContinue (AddressBookUI.ABPeoplePickerNavigationController peoplePicker, AddressBook.ABPerson selectedPerson, int propertyId, int identifier);
abstract member ShouldContinue : AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson * int * int -> bool
override this.ShouldContinue : AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson * int * int -> bool
Parámetros
- peoplePicker
- ABPeoplePickerNavigationController
- selectedPerson
- ABPerson
- propertyId
- Int32
- identifier
- Int32
Devoluciones
- Atributos