Called after the help topic is displayed.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'宣言
Sub OnTopicShowComplete ( _
bstrURL As String, _
pWB As Object _
)
'使用
Dim instance As IVsHelpTopicShowEvents
Dim bstrURL As String
Dim pWB As Object
instance.OnTopicShowComplete(bstrURL, _
pWB)
void OnTopicShowComplete(
string bstrURL,
Object pWB
)
void OnTopicShowComplete(
[InAttribute] String^ bstrURL,
[InAttribute] Object^ pWB
)
function OnTopicShowComplete(
bstrURL : String,
pWB : Object
)
Parameters
bstrURL
Type: System.StringString containing the URL of the help topic.
pWB
Type: System.ObjectWeb browser object.
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.
See Also
Reference
IVsHelpTopicShowEvents Interface