Partager via


ABPeoplePickerNavigationControllerDelegate.DidSelectPerson Méthode

Définition

Surcharges

DidSelectPerson(ABPeoplePickerNavigationController, ABPerson)
DidSelectPerson(ABPeoplePickerNavigationController, ABPerson, Int32, Int32)

DidSelectPerson(ABPeoplePickerNavigationController, ABPerson)

[Foundation.Export("peoplePickerNavigationController:didSelectPerson:")]
public virtual void DidSelectPerson (AddressBookUI.ABPeoplePickerNavigationController peoplePicker, AddressBook.ABPerson selectedPerson);
abstract member DidSelectPerson : AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson -> unit
override this.DidSelectPerson : AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson -> unit

Paramètres

selectedPerson
ABPerson
Attributs

S’applique à

DidSelectPerson(ABPeoplePickerNavigationController, ABPerson, Int32, Int32)

[Foundation.Export("peoplePickerNavigationController:didSelectPerson:property:identifier:")]
public virtual void DidSelectPerson (AddressBookUI.ABPeoplePickerNavigationController peoplePicker, AddressBook.ABPerson selectedPerson, int propertyId, int identifier);
abstract member DidSelectPerson : AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson * int * int -> unit
override this.DidSelectPerson : AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson * int * int -> unit

Paramètres

selectedPerson
ABPerson
propertyId
Int32
identifier
Int32
Attributs

S’applique à