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::Unload Method (String^, IWarningHandler^)

 

Unloads the current Tip instance from memory by using the provided location string, and records any warnings in the provided warning handler.

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

public:
virtual void Unload(
	String^ location,
	IWarningHandler^ warningHandler
) sealed

Parameters

location
Type: System::String^

A string that contains a path.

warningHandler
Type: Microsoft.VisualStudio.TestTools.Common::IWarningHandler^

An IWarningHandler object.

Return to top
Show: