Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.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.