ConversationWindowInformationDictionary.Add method (ConversationWindowInformationType, Object)
Namespace: Microsoft.Lync.Model.Extensibility
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub Add ( _
key As ConversationWindowInformationType, _
value As Object _
)
'Usage
Dim instance As ConversationWindowInformationDictionary
Dim key As ConversationWindowInformationType
Dim value As Object
instance.Add(key, value)
public void Add(
ConversationWindowInformationType key,
Object value
)
Parameters
- value
Type: System.Object
Implements
IDictionary<TKey, TValue>.Add(TKey, TValue)
See also
Reference
ConversationWindowInformationDictionary class