Delen via


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

'Declaration
Sub DisplayTopicFromURLEx ( _
    pszURL As String, _
    pIVsHelpTopicShowEvents As IVsHelpTopicShowEvents _
)
void DisplayTopicFromURLEx(
    string pszURL,
    IVsHelpTopicShowEvents pIVsHelpTopicShowEvents
)
void DisplayTopicFromURLEx(
    [InAttribute] String^ pszURL, 
    [InAttribute] IVsHelpTopicShowEvents^ pIVsHelpTopicShowEvents
)
abstract DisplayTopicFromURLEx : 
        pszURL:string * 
        pIVsHelpTopicShowEvents:IVsHelpTopicShowEvents -> unit 
function DisplayTopicFromURLEx(
    pszURL : String, 
    pIVsHelpTopicShowEvents : IVsHelpTopicShowEvents
)

Parameters

  • pszURL
    Type: System.String
    String containing an URL address that is compatible with Internet Explorer.

Remarks

This method is deprecated. See DisplayTopicFromURLEx for information about the current implementation.

.NET Framework Security

See Also

Reference

Help Interface

Microsoft.VisualStudio.VSHelp Namespace