Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets an enumerator for this collection.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Private Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, Object))
Implements IEnumerable(Of KeyValuePair(Of String, Object)).GetEnumerator
IEnumerator<KeyValuePair<string, Object>> IEnumerable<KeyValuePair<string, Object>>.GetEnumerator()
private:
virtual IEnumerator<KeyValuePair<String^, Object^>>^ GetEnumerator() sealed = IEnumerable<KeyValuePair<String^, Object^>>::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<string, Object>>
private override GetEnumerator : unit -> IEnumerator<KeyValuePair<string, Object>>
JScript does not support explicit interface implementations.
Return Value
Type: System.Collections.Generic.IEnumerator<KeyValuePair<String, Object>>
An IEnumerator<T> for this collection.
Implements
IEnumerable<T>.GetEnumerator()
.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.