Stop listening for changes at the provided location.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Sub Unload ( _
    location As String, _
    warningHandler As IWarningHandler _
)
void Unload(
    string location,
    IWarningHandler warningHandler
)
void Unload(
    String^ location, 
    IWarningHandler^ warningHandler
)
abstract Unload : 
        location:string * 
        warningHandler:IWarningHandler -> unit
function Unload(
    location : String, 
    warningHandler : IWarningHandler
)
Parameters
- location 
 Type: String- A string that specifies the path of the project. 
- warningHandler 
 Type: Microsoft.VisualStudio.TestTools.Common.IWarningHandler- An IWarningHandler object. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.