ABPeoplePickerNavigationControllerDelegate.ShouldContinue Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ShouldContinue(ABPeoplePickerNavigationController, ABPerson) |
Les développeurs ne doivent pas utiliser cette méthode déconseillée. Les développeurs doivent utiliser « DidSelectPerson » à la place (ou « ABPeoplePickerNavigationController.PredicateForSelectionOfPerson »). |
ShouldContinue(ABPeoplePickerNavigationController, ABPerson, Int32, Int32) |
ShouldContinue(ABPeoplePickerNavigationController, ABPerson)
Les développeurs ne doivent pas utiliser cette méthode déconseillée. Les développeurs doivent utiliser « DidSelectPerson » à la place (ou « 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
Paramètres
- peoplePicker
- ABPeoplePickerNavigationController
- selectedPerson
- ABPerson
Retours
- Attributs
S’applique à
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
Paramètres
- peoplePicker
- ABPeoplePickerNavigationController
- selectedPerson
- ABPerson
- propertyId
- Int32
- identifier
- Int32
Retours
- Attributs