Tip.Unload(String, IWarningHandler) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.