Help.DisplayTopicFromURLEx Method
Displays a help topic in Document Explorer and triggers a specified event after the topic has been loaded.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'Déclaration
Sub DisplayTopicFromURLEx ( _
pszURL As String, _
pIVsHelpTopicShowEvents As IVsHelpTopicShowEvents _
)
'Utilisation
Dim instance As Help
Dim pszURL As String
Dim pIVsHelpTopicShowEvents As IVsHelpTopicShowEvents
instance.DisplayTopicFromURLEx(pszURL, _
pIVsHelpTopicShowEvents)
void DisplayTopicFromURLEx(
string pszURL,
IVsHelpTopicShowEvents pIVsHelpTopicShowEvents
)
void DisplayTopicFromURLEx(
[InAttribute] String^ pszURL,
[InAttribute] IVsHelpTopicShowEvents^ pIVsHelpTopicShowEvents
)
function DisplayTopicFromURLEx(
pszURL : String,
pIVsHelpTopicShowEvents : IVsHelpTopicShowEvents
)
Parameters
pszURL
Type: System.StringString containing an URL address that is compatible with Internet Explorer.
pIVsHelpTopicShowEvents
Type: Microsoft.VisualStudio.VSHelp.IVsHelpTopicShowEventsA IVsHelpTopicShowEvents object.
Remarks
This method is deprecated. See DisplayTopicFromURLEx for information about the current implementation.
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.