RoomMessageDictionary members

A key/value pairing of a message format enumerator and actual message text.

The RoomMessageDictionary type exposes the following members.

Properties

  Name Description
Public property Count Returns number of items in the dictionary.
Public property Item Given a message format, returns the item related value.
Public property Keys Keys collection
Public property StoryTitle The title of a story message.
Public property Type Puts the room message type
Public property Values Values collection

Top

Methods

  Name Description
Public method Add Add a key/value pair composed of RoomMessageType and the message text as a string.
Public method ContainsKey Checks to see if there is a value associated with the given key
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
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 Tries to remove a value based on the key.
Public method RemoveAll Removes all values.
Public method RemoveAt Tries to remove a value based on the index.
Public method ToString (Inherited from Object.)
Public method TryGetValue Tries to find a value for the given key.

Top

See also

Reference

RoomMessageDictionary class

Microsoft.Lync.Model.Room namespace