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
| Name | Description |
|---|---|
| DidSelectPerson(ABPeoplePickerNavigationController, ABPerson) | |
| DidSelectPerson(ABPeoplePickerNavigationController, ABPerson, Int32, Int32) |
DidSelectPerson(ABPeoplePickerNavigationController, ABPerson)
[Foundation.Export("peoplePickerNavigationController:didSelectPerson:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidSelectPerson(AddressBookUI.ABPeoplePickerNavigationController peoplePicker, AddressBook.ABPerson selectedPerson);
[<Foundation.Export("peoplePickerNavigationController:didSelectPerson:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidSelectPerson : AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson -> unit
override this.DidSelectPerson : AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson -> unit
Parameters
- peoplePicker
- ABPeoplePickerNavigationController
- selectedPerson
- ABPerson
Implements
- Attributes
Applies to
DidSelectPerson(ABPeoplePickerNavigationController, ABPerson, Int32, Int32)
[Foundation.Export("peoplePickerNavigationController:didSelectPerson:property:identifier:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidSelectPerson(AddressBookUI.ABPeoplePickerNavigationController peoplePicker, AddressBook.ABPerson selectedPerson, int propertyId, int identifier);
[<Foundation.Export("peoplePickerNavigationController:didSelectPerson:property:identifier:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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
Implements
- Attributes