Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Sub Unload ( _
location As String, _
warningHandler As IWarningHandler _
)
'使用
Dim instance As Tip
Dim location As String
Dim warningHandler As IWarningHandler
instance.Unload(location, warningHandler)
public void Unload(
string location,
IWarningHandler warningHandler
)
public:
virtual void Unload(
String^ location,
IWarningHandler^ warningHandler
) sealed
public final function Unload(
location : String,
warningHandler : IWarningHandler
)
Parameters
- location
Type: System.String
- warningHandler
Type: Microsoft.VisualStudio.TestTools.Common.IWarningHandler
Implements
ITip.Unload(String, IWarningHandler)
Permissions
- 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.