ITuip Interface
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 | |
---|---|---|
RunConfigurationEditor | Gets a custom editor for a custom test type. |
Top
Methods
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. |
Top