ITip.Unload(String, IWarningHandler) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stop listening for changes at the provided location.
public:
void Unload(System::String ^ location, Microsoft::VisualStudio::TestTools::Common::IWarningHandler ^ warningHandler);
public void Unload (string location, Microsoft.VisualStudio.TestTools.Common.IWarningHandler warningHandler);
abstract member Unload : string * Microsoft.VisualStudio.TestTools.Common.IWarningHandler -> unit
Public Sub Unload (location As String, warningHandler As IWarningHandler)
Parameters
- location
- String
A string that specifies the path of the project.
- warningHandler
- IWarningHandler
An IWarningHandler object.