Tip Class
Represents the default implementation of a test item provider that must be implemented for each type of test.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | Tip() | Initializes an instance of the Tip class. |
| Name | Description | |
|---|---|---|
![]() | BeforeRemoveTestRun(Guid) | Does nothing by default. |
![]() | Dispose() | Requires no description. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Load(String^, ProjectData^, IWarningHandler^) | Loads elements from the specified location into memory. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MergeResults(TestResult^, TestResultMessage^) | Merges an incoming test result text message into a test result in memory. |
![]() | Reset() | Removes all saved data from memory and stops any save operations until the next execution of the Load method. |
![]() | Save(array<ITestElement^>^, String^, ProjectData^) | Does nothing by default. |
![]() | ToString() | (Inherited from Object.) |
![]() | Unload(String^, IWarningHandler^) | Unloads the current Tip instance from memory by using the provided location string, and records any warnings in the provided warning handler. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


