Item Property (Ime.ImeCandidateList)
In This Topic
Gets the candidate at given index.
Syntax
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As String
public string this[
int
]; {get;}
Parameters
- index
- An int indicates the given index.
Property Value
A
string indicates the candidate.
See Also