TestSelectedEventArgs Class

Contains the arguments for the TestSelected event.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

'Declaration
Public Class TestSelectedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As TestSelectedEventArgs
public class TestSelectedEventArgs : EventArgs
public ref class TestSelectedEventArgs : public EventArgs
public class TestSelectedEventArgs extends EventArgs

Remarks

TestSelectedEventArgs contains a reference to the test that is starting and the scenario in which it is starting.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.TestTools.LoadTesting.TestSelectedEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TestSelectedEventArgs Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace

Other Resources

Understanding Load Tests