Unloads the current Tip instance from memory by using the provided ___location string, and records any warnings in the provided warning handler.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
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
)
Parameters
___location
Type: StringA string that contains a path.
warningHandler
Type: Microsoft.VisualStudio.TestTools.Common.IWarningHandlerAn IWarningHandler object.
Implements
ITip.Unload(String, IWarningHandler)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.