Tip.Unload, méthode
Décharge l'instance Tip actuelle de la mémoire à l'aide de la chaîne d'emplacement fournie et enregistre tous les avertissements dans le gestionnaire d'avertissements fourni.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public Sub Unload ( _
location As String, _
warningHandler As IWarningHandler _
)
public void Unload(
string location,
IWarningHandler warningHandler
)
public:
virtual void Unload(
String^ location,
IWarningHandler^ warningHandler
) sealed
abstract Unload :
location:string *
warningHandler:IWarningHandler -> unit
override Unload :
location:string *
warningHandler:IWarningHandler -> unit
public final function Unload(
location : String,
warningHandler : IWarningHandler
)
Paramètres
- location
Type : System.String
string qui contient un chemin d'accès.
- warningHandler
Type : Microsoft.VisualStudio.TestTools.Common.IWarningHandler
Objet IWarningHandler.
Implémentations
ITip.Unload(String, 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.