MonobjcMonobjc Documented Class Library
RemoveValueAndLabelAtIndex Method (index)
NamespacesMonobjc.AddressBookABMutableMultiValueRemoveValueAndLabelAtIndex(NSUInteger)

Removes the value and label at the given index.

Original signature is '- (BOOL)removeValueAndLabelAtIndex:(NSUInteger)index'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool RemoveValueAndLabelAtIndex(
	NSUInteger index
)
Public Overridable Function RemoveValueAndLabelAtIndex ( _
	index As NSUInteger _
) As Boolean
public:
virtual bool RemoveValueAndLabelAtIndex(
	NSUInteger index
)
Parameters
index (NSUInteger)
The index of the value-label pair that will be removed.
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)