MonobjcMonobjc Documented Class Library
SelectedIdentifiersForPerson Method (person)
NamespacesMonobjc.AddressBookABPeoplePickerViewSelectedIdentifiersForPerson(ABPerson)

Returns the identifiers of the selected values in a multivalue property.

Original signature is '- (NSArray *)selectedIdentifiersForPerson:(ABPerson *)person'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray SelectedIdentifiersForPerson(
	ABPerson person
)
Public Overridable Function SelectedIdentifiersForPerson ( _
	person As ABPerson _
) As NSArray
public:
virtual NSArray^ SelectedIdentifiersForPerson(
	ABPerson^ person
)
Parameters
person (ABPerson)
The person whose identifiers for selected values will be returned.
Return Value

[Missing <returns> documentation for "M:Monobjc.AddressBook.ABPeoplePickerView.SelectedIdentifiersForPerson(Monobjc.AddressBook.ABPerson)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AddressBook (Module: Monobjc.AddressBook)