Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EyeshotKeyedCollection<T> Class / TryGetValue Method
The key.
The return value.

In This Topic
    TryGetValue Method
    In This Topic
    Gets the value associated with the specified key.
    Syntax
    'Declaration
     
    Public Function TryGetValue( _
       ByVal key As String, _
       ByRef value As T _
    ) As Boolean
    public bool TryGetValue( 
       string key,
       out T value
    )

    Parameters

    key
    The key.
    value
    The return value.

    Return Value

    The associated value
    See Also