LoadTestContext.GetEnumerator, méthode
Retourne un énumérateur qui itère au sein de LoadTestContext.
Espace de noms : Microsoft.VisualStudio.TestTools.LoadTesting
Assembly : Microsoft.VisualStudio.QualityTools.LoadTestFramework (dans Microsoft.VisualStudio.QualityTools.LoadTestFramework.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>>
IEnumerator<T> pouvant être utilisé pour itérer au sein de la LoadTestContext.
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.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms