WebTestBaseExt Class

 

Base class for Web test windows that enable users to select items.

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.LoadTesting.WebTestBaseExt
    Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewerExt

Syntax

public abstract class WebTestBaseExt
public ref class WebTestBaseExt abstract 
[<AbstractClass>]
type WebTestBaseExt = class end
Public MustInherit Class WebTestBaseExt

Constructors

Name Description
System_CAPS_protmethod WebTestBaseExt()

Called from constructors in derived classes to initialize the WebTestBaseExt class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_protmethod FireEventHandler<T>(EventHandler<T>, Object, T)

Passes events to the members of the invocation list of an event handler.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.VisualStudio.TestTools.LoadTesting Namespace

Return to top