MonobjcMonobjc Documented Class Library
ColumnTitleForProperty Method (property)
NamespacesMonobjc.AddressBookABPeoplePickerViewColumnTitleForProperty(NSString)

Returns the title of a custom property.

Original signature is '- (NSString *)columnTitleForProperty:(NSString *)property'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString ColumnTitleForProperty(
	NSString property
)
Public Overridable Function ColumnTitleForProperty ( _
	property As NSString _
) As NSString
public:
virtual NSString^ ColumnTitleForProperty(
	NSString^ property
)
Parameters
property (NSString)
The property whose title will be returned.
Return Value
The title of the custom property.
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)