ABPeoplePickerNavigationControllerDelegate_Extensions.ShouldContinue Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ShouldContinue(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson) |
Os desenvolvedores não devem usar esse método preterido. Os desenvolvedores devem usar 'DidSelectPerson' em vez disso (ou 'ABPeoplePickerNavigationController.PredicateForSelectionOfPerson'). |
ShouldContinue(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson, Int32, Int32) |
ShouldContinue(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson)
Os desenvolvedores não devem usar esse método preterido. Os desenvolvedores devem usar 'DidSelectPerson' em vez disso (ou 'ABPeoplePickerNavigationController.PredicateForSelectionOfPerson').
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'DidSelectPerson' instead (or 'ABPeoplePickerNavigationController.PredicateForSelectionOfPerson').")]
public static bool ShouldContinue (this AddressBookUI.IABPeoplePickerNavigationControllerDelegate This, AddressBookUI.ABPeoplePickerNavigationController peoplePicker, AddressBook.ABPerson selectedPerson);
static member ShouldContinue : AddressBookUI.IABPeoplePickerNavigationControllerDelegate * AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson -> bool
Parâmetros
A instância na qual esse método de extensão opera.
- peoplePicker
- ABPeoplePickerNavigationController
- selectedPerson
- ABPerson
Retornos
- Atributos
Aplica-se a
ShouldContinue(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson, Int32, Int32)
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'DidSelectPerson' instead (or 'ABPeoplePickerNavigationController.PredicateForSelectionOfProperty').")]
public static bool ShouldContinue (this AddressBookUI.IABPeoplePickerNavigationControllerDelegate This, AddressBookUI.ABPeoplePickerNavigationController peoplePicker, AddressBook.ABPerson selectedPerson, int propertyId, int identifier);
static member ShouldContinue : AddressBookUI.IABPeoplePickerNavigationControllerDelegate * AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson * int * int -> bool
Parâmetros
A instância na qual esse método de extensão opera.
- peoplePicker
- ABPeoplePickerNavigationController
- selectedPerson
- ABPerson
- propertyId
- Int32
- identifier
- Int32
Retornos
- Atributos