Condividi tramite


ABPeoplePickerNavigationControllerDelegate_Extensions.ShouldContinue Metodo

Definizione

Overload

ShouldContinue(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson)

Gli sviluppatori non devono usare questo metodo deprecato. Gli sviluppatori devono usare invece 'DidSelectPerson' (o 'ABPeoplePickerNavigationController.PredicateForSelectionOfPerson').

ShouldContinue(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson, Int32, Int32)

ShouldContinue(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson)

Gli sviluppatori non devono usare questo metodo deprecato. Gli sviluppatori devono usare invece 'DidSelectPerson' (o '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

Parametri

This
IABPeoplePickerNavigationControllerDelegate

Istanza in cui opera questo metodo di estensione.

selectedPerson
ABPerson

Restituisce

Attributi

Si applica 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

Parametri

This
IABPeoplePickerNavigationControllerDelegate

Istanza in cui opera questo metodo di estensione.

selectedPerson
ABPerson
propertyId
Int32
identifier
Int32

Restituisce

Attributi

Si applica a