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 after the help topic is displayed.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'Declaration
Sub OnTopicShowComplete ( _
bstrURL As String, _
pWB As Object _
)
void OnTopicShowComplete(
string bstrURL,
Object pWB
)
void OnTopicShowComplete(
[InAttribute] String^ bstrURL,
[InAttribute] Object^ pWB
)
abstract OnTopicShowComplete :
bstrURL:string *
pWB:Object -> unit
function OnTopicShowComplete(
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.