Tip.Unload Method

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

Implements

ITip.Unload(String, IWarningHandler)

.NET Framework Security

See Also

Reference

Tip Class

Microsoft.VisualStudio.TestTools.Common Namespace

IWarningHandler