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
Public property RunConfigurationEditor Gets a custom editor for a custom test type.

Top

Methods

  Name Description
Public method CloseResultViewer Closes the viewer for the provided custom result.
Public method InvokeEditor Launches the editor that is registered for the provided UIBlob and test element.
Public method InvokeResultViewer Launches the viewer that is registered for the provided test result message.
Public method IsTestPropertiesReadOnly Returns a value that indicates whether the properties in the provided test element are read-only.
Public method UpdateTestCustomProperty Sets the value of the specified custom property in the provided test element.
Public method UpdateTestProperty Sets the value of the specified property in the provided test element.

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.Vsip Namespace

BaseTuip