Condividi tramite


Proprietà TestStartingEventArgs.UserContext

ottiene LoadTestUserContext che rappresenta l'utente virtuale che esegue il test in iniziale.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property UserContext As LoadTestUserContext
public LoadTestUserContext UserContext { get; }
public:
property LoadTestUserContext^ UserContext {
    LoadTestUserContext^ get ();
}
member UserContext : LoadTestUserContext with get
function get UserContext () : LoadTestUserContext

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestUserContext
LoadTestUserContext che rappresenta l'utente virtuale che esegue il test in iniziale.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestStartingEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.LoadTesting