MonobjcMonobjc Documented Class Library
Candidates Method (sender)
NamespacesMonobjc.InputMethodKitIIMKServerInputCandidates(Id)

Returns an array of candidates.

Original signature is '- (NSArray*)candidates:(id)sender'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSArray Candidates(
	Id sender
)
Function Candidates ( _
	sender As Id _
) As NSArray
NSArray^ Candidates(
	Id^ sender
)
Parameters
sender (Id)
The client object requesting the candidates.
Return Value
An array of candidates. The returned array should be an autoreleased object.
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.InputMethodKit (Module: Monobjc.InputMethodKit)