Metodo ITip.Unload
Interrompe l'ascolto delle modifiche nella posizione fornita.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
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
)
Parametri
location
Tipo: StringValore string che specifica il percorso del progetto.
warningHandler
Tipo: Microsoft.VisualStudio.TestTools.Common.IWarningHandlerUn oggetto IWarningHandler.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.