ConversationWindowInformationDictionary.GetEnumerator method

Namespace:  Microsoft.Lync.Model.Extensibility
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of ConversationWindowInformationType, Object))
'Usage
Dim instance As ConversationWindowInformationDictionary
Dim returnValue As IEnumerator(Of KeyValuePair(Of ConversationWindowInformationType, Object))

returnValue = instance.GetEnumerator()
public IEnumerator<KeyValuePair<ConversationWindowInformationType, Object>> GetEnumerator()

Return value

Type: System.Collections.Generic.IEnumerator<KeyValuePair<ConversationWindowInformationType, Object>>

Implements

IEnumerable<T>.GetEnumerator()

See also

Reference

ConversationWindowInformationDictionary class

ConversationWindowInformationDictionary members

Microsoft.Lync.Model.Extensibility namespace