ABPeoplePickerNavigationControllerDelegate.DidSelectPerson Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- peoplePicker
- ABPeoplePickerNavigationController
- selectedPerson
- ABPerson
- Attributes
Applies to
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
Parameters
- peoplePicker
- ABPeoplePickerNavigationController
- selectedPerson
- ABPerson
- propertyId
- Int32
- identifier
- Int32
- Attributes