TestRunCompletedEventArgs Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.TestTools.Framework
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Class TestRunCompletedEventArgs _
    Inherits TestRunEventArgs
'Usage
Dim instance As TestRunCompletedEventArgs
public class TestRunCompletedEventArgs : TestRunEventArgs
public ref class TestRunCompletedEventArgs : public TestRunEventArgs
public class TestRunCompletedEventArgs extends TestRunEventArgs
type TestRunCompletedEventArgs =  
    class
        inherit TestRunEventArgs
    end

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.TestTools.Framework.TestRunEventArgs
      Microsoft.VisualStudio.TestTools.Framework.TestRunCompletedEventArgs

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

TestRunCompletedEventArgs Members

Microsoft.VisualStudio.TestTools.Framework Namespace