Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Interface ITuip
[CLSCompliantAttribute(false)]
public interface ITuip
[CLSCompliantAttribute(false)]
public interface class ITuip
[<CLSCompliantAttribute(false)>]
type ITuip =  interface end
public interface ITuip
The ITuip type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | RunConfigurationEditor | Gets a custom editor for a custom test type. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | CloseResultViewer | Closes the viewer for the provided custom result. | 
| .gif) | InvokeEditor | Launches the editor that is registered for the provided UIBlob and test element. | 
| .gif) | InvokeResultViewer | Launches the viewer that is registered for the provided test result message. | 
| .gif) | IsTestPropertiesReadOnly | Returns a value that indicates whether the properties in the provided test element are read-only. | 
| .gif) | UpdateTestCustomProperty | Sets the value of the specified custom property in the provided test element. | 
| .gif) | UpdateTestProperty | Sets the value of the specified property in the provided test element. | 
Top