Partager via


ITip.Unload, méthode

Cessez d'écouter les modifications à l'emplacement fourni.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • location
    Type : System.String
    string qui spécifie le chemin d'accès du projet.

Sécurité .NET Framework

Voir aussi

Référence

ITip Interface

Microsoft.VisualStudio.TestTools.Common, espace de noms

IWarningHandler