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