ConversationWindowInformationDictionary members

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

The ConversationWindowInformationDictionary type exposes the following members.

Properties

  Name Description
Public property Count Returns number of items in the dictionary.
Public property IsReadOnly
Public property Item Given a conversation window property type, returns the related item value.
Public property Keys Keys collection.
Public property Values Values collection.

Top

Methods

  Name Description
Public method Add(KeyValuePair<ConversationWindowInformationType, Object>)
Public method Add(ConversationWindowInformationType, Object)
Public method Clear
Public method Contains
Public method ContainsKey
Public method CopyTo
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator
Public method GetHashCode (Inherited from Object.)
Public method GetKeyAt Gets a key based on the index.
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method GetValueAt Gets a value based on the index.
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method Remove(ConversationWindowInformationType)
Public method Remove(KeyValuePair<ConversationWindowInformationType, Object>)
Public method ToString (Inherited from Object.)
Public method TryGetValue Tries to find a value for the given key.

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top

See also

Reference

ConversationWindowInformationDictionary class

Microsoft.Lync.Model.Extensibility namespace