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.
- warningHandler
Type : Microsoft.VisualStudio.TestTools.Common.IWarningHandler
Objet IWarningHandler.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.