Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Tip Class

 

Represents the default implementation of a test item provider that must be implemented for each type of test.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

System::Object
  Microsoft.VisualStudio.TestTools.Common::Tip

public ref class Tip abstract : ITip, IDisposable

NameDescription
System_CAPS_protmethodTip()

Initializes an instance of the Tip class.

NameDescription
System_CAPS_pubpropertyTestType

Gets a TestType object that identifies the type of test.

NameDescription
System_CAPS_pubmethodBeforeRemoveTestRun(Guid)

Does nothing by default.

System_CAPS_pubmethodDispose()

Requires no description.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodLoad(String^, ProjectData^, IWarningHandler^)

Loads elements from the specified location into memory.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodMergeResults(TestResult^, TestResultMessage^)

Merges an incoming test result text message into a test result in memory.

System_CAPS_pubmethodReset()

Removes all saved data from memory and stops any save operations until the next execution of the Load method.

System_CAPS_pubmethodSave(array<ITestElement^>^, String^, ProjectData^)

Does nothing by default.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUnload(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.

Return to top
Show: