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: String- A string that contains a path. 
- warningHandler 
 Type: Microsoft.VisualStudio.TestTools.Common.IWarningHandler- An 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.