MonobjcMonobjc Documented Class Library
PerformActionForPersonIdentifier Method (person, identifier)
NamespacesMonobjc.AddressBookIABActionDelegatePerformActionForPersonIdentifier(ABPerson, NSString)

Sent to the delegate to perform the action.

Original signature is '- (void)performActionForPerson:(ABPerson *)person identifier:(NSString *)identifier'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
void PerformActionForPersonIdentifier(
	ABPerson person,
	NSString identifier
)
Sub PerformActionForPersonIdentifier ( _
	person As ABPerson, _
	identifier As NSString _
)
void PerformActionForPersonIdentifier(
	ABPerson^ person, 
	NSString^ identifier
)
Parameters
person (ABPerson)
The person on which the action will be taken.
identifier (NSString)
The unique identifier of the selected value.
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)