ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / WordList Class / GetKeyForItem Method
The element from which to obtain the key.

In This Topic
    GetKeyForItem Method (WordList)
    In This Topic
    Obtains a key for the given element.
    Syntax
    'Declaration
     
    Protected Overrides Function GetKeyForItem( _
       ByVal item As System.String _
    ) As System.Integer
    protected override System.int GetKeyForItem( 
       System.string item
    )

    Parameters

    item
    The element from which to obtain the key.

    Return Value

    The key for the specified element.
    See Also