MonobjcMonobjc Documented Class Library
SelectIdentifierForPersonByExtendingSelection Method (identifier, person, extend)
NamespacesMonobjc.AddressBookABPeoplePickerViewSelectIdentifierForPersonByExtendingSelection(NSString, ABPerson, Boolean)

Selects a value or a set of values in a multivalue property.

Original signature is '- (void)selectIdentifier:(NSString *)identifier forPerson:(ABPerson *)person byExtendingSelection:(BOOL)extend'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SelectIdentifierForPersonByExtendingSelection(
	NSString identifier,
	ABPerson person,
	bool extend
)
Public Overridable Sub SelectIdentifierForPersonByExtendingSelection ( _
	identifier As NSString, _
	person As ABPerson, _
	extend As Boolean _
)
public:
virtual void SelectIdentifierForPersonByExtendingSelection(
	NSString^ identifier, 
	ABPerson^ person, 
	bool extend
)
Parameters
identifier (NSString)
The identifier to be selected, or to be added to the current selection.
person (ABPerson)
The person that the value to be selected is associated with.
extend (Boolean)
YES to extend the current selection; otherwise, NO.
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)