Share via


ITip.Unload Method

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.

.NET Framework Security

See Also

Reference

ITip Interface

Microsoft.VisualStudio.TestTools.Common Namespace

IWarningHandler