Share via


ITip.Unload(String, IWarningHandler) Method

Definition

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.

Applies to