ABPeoplePickerNavigationControllerDelegate.ShouldContinue Metodo

Definizione

Overload

ShouldContinue(ABPeoplePickerNavigationController, ABPerson)

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

ShouldContinue(ABPeoplePickerNavigationController, ABPerson, Int32, Int32)

ShouldContinue(ABPeoplePickerNavigationController, ABPerson)

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

Parametri

selectedPerson
ABPerson

Restituisce

Attributi

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

Parametri

selectedPerson
ABPerson
propertyId
Int32
identifier
Int32

Restituisce

Attributi

Si applica a