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 | |
---|---|---|
Count | Returns number of items in the dictionary. | |
IsReadOnly | ||
Item | Given a conversation window property type, returns the related item value. | |
Keys | Keys collection. | |
Values | Values collection. |
Top
Methods
Name | Description | |
---|---|---|
Add(KeyValuePair<ConversationWindowInformationType, Object>) | ||
Add(ConversationWindowInformationType, Object) | ||
Clear | ||
Contains | ||
ContainsKey | ||
CopyTo | ||
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | ||
GetHashCode | (Inherited from Object.) | |
GetKeyAt | Gets a key based on the index. | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
GetValueAt | Gets a value based on the index. | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
Remove(ConversationWindowInformationType) | ||
Remove(KeyValuePair<ConversationWindowInformationType, Object>) | ||
ToString | (Inherited from Object.) | |
TryGetValue | Tries to find a value for the given key. |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Top