Compartilhar via


Método ITip.Unload

Pare de escutar as alterações no local indicado.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • location
    Tipo: System.String
    A string que especifica o caminho do projeto.

Segurança do .NET Framework

Consulte também

Referência

ITip Interface

Namespace Microsoft.VisualStudio.TestTools.Common

IWarningHandler