Called before the help topic is displayed.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'宣言
Sub OnBeforeTopicShow ( _
bstrURL As String, _
pWB As Object _
)
'使用
Dim instance As IVsHelpTopicShowEvents
Dim bstrURL As String
Dim pWB As Object
instance.OnBeforeTopicShow(bstrURL, pWB)
void OnBeforeTopicShow(
string bstrURL,
Object pWB
)
void OnBeforeTopicShow(
[InAttribute] String^ bstrURL,
[InAttribute] Object^ pWB
)
function OnBeforeTopicShow(
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