LoadTestTuip Class
Implements a test user interface (UI) package that is used to interface between Visual Studio and a load test type.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.Vsip.BaseTuip
Microsoft.VisualStudio.TestTools.LoadTest.LoadTestTuip
Namespace: Microsoft.VisualStudio.TestTools.LoadTest
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Syntax
'Declaration
Public Class LoadTestTuip _
Inherits BaseTuip _
Implements SLoadTestService, ICommandProvider
public class LoadTestTuip : BaseTuip,
SLoadTestService, ICommandProvider
public ref class LoadTestTuip : public BaseTuip,
SLoadTestService, ICommandProvider
type LoadTestTuip =
class
inherit BaseTuip
interface SLoadTestService
interface ICommandProvider
end
public class LoadTestTuip extends BaseTuip implements SLoadTestService, ICommandProvider
The LoadTestTuip type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LoadTestTuip | Initializes a new instance of the LoadTestTuip class. |
Top
Properties
Name | Description | |
---|---|---|
RunConfigurationEditor | Returns nulla null reference (Nothing in Visual Basic). (Overrides BaseTuip.RunConfigurationEditor.) | |
ServiceProvider | (Inherited from BaseTuip.) |
Top
Methods
Name | Description | |
---|---|---|
CloseResultViewer | Closes the test result viewer window for a result. (Overrides BaseTuip.CloseResultViewer(TestResultMessage).) | |
DeleteAllTestsFromList | (Inherited from BaseTuip.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetCommandHandler | Returns the command event handler from the specified context menu that contains the specified command. | |
GetFirstUIBlob | (Inherited from BaseTuip.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetTypeSpecificCommands | Returns nulla null reference (Nothing in Visual Basic). | |
InvokeEditor | (Inherited from BaseTuip.) | |
InvokeResultViewer | Shows the result viewer for a test result message. (Overrides BaseTuip.InvokeResultViewer(TestResultMessage).) | |
IsTestPropertiesReadOnly | (Inherited from BaseTuip.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
QueryStatus | Returns the status of the context menu command by using the specified context menu, the specified command, and a list of items that was selected at the time that the context menu was displayed. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateTestCustomProperty | Updates the value of a custom property by using the provided test element. (Overrides BaseTuip.UpdateTestCustomProperty(ITestElement, String).) | |
UpdateTestProperty | Sets the value of the specified property in the provided test element. (Overrides BaseTuip.UpdateTestProperty(ITestElement, PropertyDescriptor).) |
Top
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.