BaseTuip Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides a base class 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].
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
The BaseTuip type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RunConfigurationEditor | When overridden in a derived class, returns a custom editor for a custom test type. |
![]() | ServiceProvider | Returns the service provider. |
| Name | Description | |
|---|---|---|
![]() | CloseResultViewer | When overridden in a derived class, closes the viewer for the provided custom result. |
![]() | DeleteAllTestsFromList | When overridden in a derived class, removes all tests from the provided list that match the provided filter Type. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetFirstUIBlob | Returns the first UIBlob in the provided test element. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InvokeEditor | Launches the registered editor for the provided UIBlob. |
![]() | InvokeResultViewer | When overridden in a derived class, starts 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. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateTestCustomProperty | Updates the value of a custom property by using the provided test element. |
![]() | UpdateTestProperty | Sets the value of the specified property in the provided test element. |
Community Additions
Show:
