Share via


ConversationWindowInformationDictionary.TryGetValue method

Tries to find a value for the given key.

Namespace:  Microsoft.Lync.Model.Extensibility
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Function TryGetValue ( _
    key As ConversationWindowInformationType, _
    <OutAttribute> ByRef itemValue As Object _
) As Boolean
'Usage
Dim instance As ConversationWindowInformationDictionary
Dim key As ConversationWindowInformationType
Dim itemValue As Object
Dim returnValue As Boolean

returnValue = instance.TryGetValue(key, _
    itemValue)
public bool TryGetValue(
    ConversationWindowInformationType key,
    out Object itemValue
)

Parameters

Return value

Type: System.Boolean
System.Boolean

Implements

IDictionary<TKey, TValue>.TryGetValue(TKey, TValue)

See also

Reference

ConversationWindowInformationDictionary class

ConversationWindowInformationDictionary members

Microsoft.Lync.Model.Extensibility namespace