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.

ITip::Unload Method (String^, IWarningHandler^)

 

Stop listening for changes at the provided location.

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

void Unload(
	String^ location,
	IWarningHandler^ warningHandler
)

Parameters

location
Type: System::String^

A string that specifies the path of the project.

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

An IWarningHandler object.

Return to top
Show: