WebTestContext.GetEnumerator, méthode
Retourne un IEnumerator<T> qui contient les éléments WebTestContext.
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Déclaration
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, Object))
public IEnumerator<KeyValuePair<string, Object>> GetEnumerator()
public:
virtual IEnumerator<KeyValuePair<String^, Object^>>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<string, Object>>
override GetEnumerator : unit -> IEnumerator<KeyValuePair<string, Object>>
public final function GetEnumerator() : IEnumerator<KeyValuePair<String, Object>>
Valeur de retour
Type : System.Collections.Generic.IEnumerator<KeyValuePair<String, Object>>
Objet IEnumerator<T>.
Implémentations
IEnumerable<T>.GetEnumerator()
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.