ConversationWindowInformationDictionary.Remove method (ConversationWindowInformationType)
Namespace: Microsoft.Lync.Model.Extensibility
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function Remove ( _
key As ConversationWindowInformationType _
) As Boolean
'Usage
Dim instance As ConversationWindowInformationDictionary
Dim key As ConversationWindowInformationType
Dim returnValue As Boolean
returnValue = instance.Remove(key)
public bool Remove(
ConversationWindowInformationType key
)
Parameters
Return value
Type: System.Boolean
Implements
IDictionary<TKey, TValue>.Remove(TKey)
See also
Reference
ConversationWindowInformationDictionary class