IVsHelpTopicShowEvents.OnTopicShowComplete Method

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.String

    String containing the URL of the help topic.

Permissions

See Also

Reference

IVsHelpTopicShowEvents Interface

IVsHelpTopicShowEvents Members

Microsoft.VisualStudio.VSHelp Namespace