ConversationWindowInformationDictionary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A dictionary that contains a collection of information items for a conversation window.
public ref class ConversationWindowInformationDictionary : Microsoft::Lync::Model::Internal::UCWLite, System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<Microsoft::Lync::Model::Extensibility::ConversationWindowInformationType, System::Object ^>>, System::Collections::Generic::IDictionary<Microsoft::Lync::Model::Extensibility::ConversationWindowInformationType, System::Object ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<Microsoft::Lync::Model::Extensibility::ConversationWindowInformationType, System::Object ^>>
public class ConversationWindowInformationDictionary : Microsoft.Lync.Model.Internal.UCWLite, System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<Microsoft.Lync.Model.Extensibility.ConversationWindowInformationType,object>>, System.Collections.Generic.IDictionary<Microsoft.Lync.Model.Extensibility.ConversationWindowInformationType,object>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Microsoft.Lync.Model.Extensibility.ConversationWindowInformationType,object>>
type ConversationWindowInformationDictionary = class
inherit UCWLite
interface IDictionary<ConversationWindowInformationType, obj>
interface ICollection<KeyValuePair<ConversationWindowInformationType, obj>>
interface seq<KeyValuePair<ConversationWindowInformationType, obj>>
interface IEnumerable
Public Class ConversationWindowInformationDictionary
Inherits UCWLite
Implements ICollection(Of KeyValuePair(Of ConversationWindowInformationType, Object)), IDictionary(Of ConversationWindowInformationType, Object), IEnumerable(Of KeyValuePair(Of ConversationWindowInformationType, Object))
- Inheritance
- Implements
Properties
Count |
Returns number of items in the dictionary. |
InnerObject | (Inherited from UCWBase) |
IsReadOnly | |
Item[ConversationWindowInformationType] |
Given a conversation window property type, returns the related item value. |
Keys |
Keys collection. |
Values |
Values collection. |
Methods
Explicit Interface Implementations
IEnumerable.GetEnumerator() |