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