ConversationWindowInformationDictionary Class

Definition

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
ConversationWindowInformationDictionary
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

Add(ConversationWindowInformationType, Object)
Add(KeyValuePair<ConversationWindowInformationType,Object>)
Clear()
Contains(KeyValuePair<ConversationWindowInformationType,Object>)
ContainsKey(ConversationWindowInformationType)
CopyTo(KeyValuePair<ConversationWindowInformationType,Object>[], Int32)
GetEnumerator()
GetKeyAt(Int32)

Gets a key based on the index.

GetValueAt(Int32)

Gets a value based on the index.

Remove(ConversationWindowInformationType)
Remove(KeyValuePair<ConversationWindowInformationType,Object>)
TryGetValue(ConversationWindowInformationType, Object)

Tries to find a value for the given key.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to