Represents the default implementation of a test item provider that must be implemented for each type of test.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.Common.Tip
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public MustInherit Class Tip _
    Implements ITip, IDisposable
public abstract class Tip : ITip, 
    IDisposable
public ref class Tip abstract : ITip, 
    IDisposable
[<AbstractClass>]
type Tip =  
    class 
        interface ITip 
        interface IDisposable 
    end
public abstract class Tip implements ITip, IDisposable
The Tip type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | Tip | Initializes an instance of the Tip class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | TestType | Gets a TestType object that identifies the type of test. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | BeforeRemoveTestRun | Does nothing by default. | 
| .gif) | Dispose | Requires no description. | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | Load | Loads elements from the specified location into memory. | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | MergeResults | Merges an incoming test result text message into a test result in memory. | 
| .gif) | Reset | Removes all saved data from memory and stops any save operations until the next execution of the Load method. | 
| .gif) | Save | Does nothing by default. | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
| .gif) | Unload | Unloads the current Tip instance from memory by using the provided location string, and records any warnings in the provided warning handler. | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.