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: StringA string that specifies the path of the project.
warningHandler
Type: Microsoft.VisualStudio.TestTools.Common.IWarningHandlerAn 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.