Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called before the help topic is displayed.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'Declaration
Sub OnBeforeTopicShow ( _
bstrURL As String, _
pWB As Object _
)
void OnBeforeTopicShow(
string bstrURL,
Object pWB
)
void OnBeforeTopicShow(
[InAttribute] String^ bstrURL,
[InAttribute] Object^ pWB
)
abstract OnBeforeTopicShow :
bstrURL:string *
pWB:Object -> unit
function OnBeforeTopicShow(
bstrURL : String,
pWB : Object
)
Parameters
- bstrURL
Type: System.String
String containing the URL of the help topic.
- pWB
Type: System.Object
Web browser object.
.NET Framework Security
- 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.