Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LoadTestTuip Class

 

Implements a test user interface (UI) package that is used to interface between Visual Studio and a load test type.

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

System::Object
  Microsoft.VisualStudio.TestTools.Vsip::BaseTuip
    Microsoft.VisualStudio.TestTools.LoadTest::LoadTestTuip

public ref class LoadTestTuip : BaseTuip, SLoadTestService, ICommandProvider

NameDescription
System_CAPS_pubmethodLoadTestTuip(IServiceProvider^)

Initializes a new instance of the LoadTestTuip class.

NameDescription
System_CAPS_pubpropertyRunConfigurationEditor

Returns null.(Overrides BaseTuip::RunConfigurationEditor.)

System_CAPS_protpropertyServiceProvider

(Inherited from BaseTuip.)

NameDescription
System_CAPS_pubmethodCloseResultViewer(TestResultMessage^)

Closes the test result viewer window for a result.(Overrides BaseTuip::CloseResultViewer(TestResultMessage^).)

System_CAPS_protmethodDeleteAllTestsFromList(IList^, Type^, String^)

(Inherited from BaseTuip.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetCommandHandler(CommandID^, CommandID^)

Returns the command event handler from the specified context menu that contains the specified command.

System_CAPS_protmethodGetFirstUIBlob(ITestElement^)

(Inherited from BaseTuip.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetTypeSpecificCommands(CommandID^)

Returns null.

System_CAPS_pubmethodInvokeEditor(UIBlob^, ITestElement^)

(Inherited from BaseTuip.)

System_CAPS_pubmethodInvokeResultViewer(TestResultMessage^)

Shows the result viewer for a test result message.(Overrides BaseTuip::InvokeResultViewer(TestResultMessage^).)

System_CAPS_pubmethodIsTestPropertiesReadOnly(ITestElement^)

(Inherited from BaseTuip.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodQueryStatus(CommandID^, CommandID^, IList^)

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.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUpdateTestCustomProperty(ITestElement^, String^)

Updates the value of a custom property by using the provided test element.(Overrides BaseTuip::UpdateTestCustomProperty(ITestElement^, String^).)

System_CAPS_pubmethodUpdateTestProperty(ITestElement^, PropertyDescriptor^)

Sets the value of the specified property in the provided test element.(Overrides BaseTuip::UpdateTestProperty(ITestElement^, PropertyDescriptor^).)

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

Return to top
Show: