ConversationWindowInformationDictionary class

A dictionary that contains a collection of information items for a conversation window.

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    UCWBase
      UCWLite
        Microsoft.Lync.Model.Extensibility.ConversationWindowInformationDictionary

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

Syntax

'Declaration
Public Class ConversationWindowInformationDictionary _
    Inherits UCWLite _
    Implements IDictionary(Of ConversationWindowInformationType, Object),  _
    ICollection(Of KeyValuePair(Of ConversationWindowInformationType, Object)), IEnumerable(Of KeyValuePair(Of ConversationWindowInformationType, Object)),  _
    IEnumerable
'Usage
Dim instance As ConversationWindowInformationDictionary
public class ConversationWindowInformationDictionary : UCWLite, 
    IDictionary<ConversationWindowInformationType, Object>, ICollection<KeyValuePair<ConversationWindowInformationType, Object>>, 
    IEnumerable<KeyValuePair<ConversationWindowInformationType, Object>>, IEnumerable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ConversationWindowInformationDictionary members

Microsoft.Lync.Model.Extensibility namespace