Share via


Tip.Unload(String, IWarningHandler) Method

Definition

Unloads the current Tip instance from memory by using the provided location string, and records any warnings in the provided warning handler.

public:
 virtual void Unload(System::String ^ location, Microsoft::VisualStudio::TestTools::Common::IWarningHandler ^ warningHandler);
public void Unload (string location, Microsoft.VisualStudio.TestTools.Common.IWarningHandler warningHandler);
abstract member Unload : string * Microsoft.VisualStudio.TestTools.Common.IWarningHandler -> unit
override this.Unload : string * Microsoft.VisualStudio.TestTools.Common.IWarningHandler -> unit
Public Sub Unload (location As String, warningHandler As IWarningHandler)

Parameters

location
String

A string that contains a path.

warningHandler
IWarningHandler

An IWarningHandler object.

Implements

Applies to