MonobjcMonobjc Documented Class Library
IndexForIdentifier Method (identifier)
NamespacesMonobjc.AddressBookABMultiValueIndexForIdentifier(NSString)

Returns the index for the given identifier.

Original signature is '- (NSUInteger)indexForIdentifier:(NSString *)identifier'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSUInteger IndexForIdentifier(
	NSString identifier
)
Public Overridable Function IndexForIdentifier ( _
	identifier As NSString _
) As NSUInteger
public:
virtual NSUInteger IndexForIdentifier(
	NSString^ identifier
)
Parameters
identifier (NSString)
The identifier whose index will be returned.
Return Value

[Missing <returns> documentation for "M:Monobjc.AddressBook.ABMultiValue.IndexForIdentifier(Monobjc.Foundation.NSString)"]

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)