MonobjcMonobjc Documented Class Library
ReplaceLabelAtIndexWithLabel Method (index, label)
NamespacesMonobjc.AddressBookABMutableMultiValueReplaceLabelAtIndexWithLabel(NSUInteger, NSString)

Replaces the label at the given index.

Original signature is '- (BOOL)replaceLabelAtIndex:(NSUInteger)index withLabel:(NSString *)label'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ReplaceLabelAtIndexWithLabel(
	NSUInteger index,
	NSString label
)
Public Overridable Function ReplaceLabelAtIndexWithLabel ( _
	index As NSUInteger, _
	label As NSString _
) As Boolean
public:
virtual bool ReplaceLabelAtIndexWithLabel(
	NSUInteger index, 
	NSString^ label
)
Parameters
index (NSUInteger)
The index of the label that will be replaced.
label (NSString)
The new label.
Return Value
YES if successful; 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)