MonobjcMonobjc Documented Class Library
ReplaceValueAtIndexWithValue Method (index, value)
NamespacesMonobjc.AddressBookABMutableMultiValueReplaceValueAtIndexWithValue(NSUInteger, Id)

Replaces the value at the given index.

Original signature is '- (BOOL)replaceValueAtIndex:(NSUInteger)index withValue:(id)value'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ReplaceValueAtIndexWithValue(
	NSUInteger index,
	Id value
)
Public Overridable Function ReplaceValueAtIndexWithValue ( _
	index As NSUInteger, _
	value As Id _
) As Boolean
public:
virtual bool ReplaceValueAtIndexWithValue(
	NSUInteger index, 
	Id^ value
)
Parameters
index (NSUInteger)
The index of the value that will be replaced.
value (Id)
The new value.
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)