ITuip Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides an interface for a test user interface (UI) package that is used to interface between Visual Studio and a custom test type.
This API is not CLS-compliant. The CLS-compliant alternative is [None]. Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
The ITuip type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CloseResultViewer | Closes the viewer for the provided custom result. |
![]() | InvokeEditor | Launches the editor that is registered for the provided UIBlob and test element. |
![]() | InvokeResultViewer | Launches the viewer that is registered for the provided test result message. |
![]() | IsTestPropertiesReadOnly | Returns a value that indicates whether the properties in the provided test element are read-only. |
![]() | UpdateTestCustomProperty | Sets the value of the specified custom property in the provided test element. |
![]() | UpdateTestProperty | Sets the value of the specified property in the provided test element. |
Community Additions
Show:
