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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.