IContextAccessor.GetEnumerator Method

Returns an IDictionaryEnumerator that iterates through the IContextAccessor.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Function GetEnumerator As IDictionaryEnumerator
IDictionaryEnumerator GetEnumerator()
IDictionaryEnumerator^ GetEnumerator()
abstract GetEnumerator : unit -> IDictionaryEnumerator 
function GetEnumerator() : IDictionaryEnumerator

Return Value

Type: System.Collections.IDictionaryEnumerator
An IDictionaryEnumerator for the IContextAccessor.

.NET Framework Security

See Also

Reference

IContextAccessor Interface

Microsoft.VisualStudio.TestTools.Execution Namespace