MonobjcMonobjc Documented Class Library
TitleForPersonIdentifier Method (person, identifier)
NamespacesMonobjc.AddressBookIABActionDelegateTitleForPersonIdentifier(ABPerson, NSString)

Sent to the delegate to request the title of the menu item for the action.

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

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSString TitleForPersonIdentifier(
	ABPerson person,
	NSString identifier
)
Function TitleForPersonIdentifier ( _
	person As ABPerson, _
	identifier As NSString _
) As NSString
NSString^ TitleForPersonIdentifier(
	ABPerson^ person, 
	NSString^ identifier
)
Parameters
person (ABPerson)
The person on which the action will be taken.
identifier (NSString)
The unique identifier of the value for which the menu item will be displayed.
Return Value
The title of the menu item for the action.
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)