Help.DisplayTopicFromURL Method

Displays a help topic specified by the URL in Document Explorer.

Namespace:  Microsoft.VisualStudio.VSHelp
Assembly:  Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)

Syntax

'Declaration
Sub DisplayTopicFromURL ( _
    pszURL As String _
)
void DisplayTopicFromURL(
    string pszURL
)
void DisplayTopicFromURL(
    [InAttribute] String^ pszURL
)
abstract DisplayTopicFromURL : 
        pszURL:string -> unit 
function DisplayTopicFromURL(
    pszURL : String
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

Help Interface

Microsoft.VisualStudio.VSHelp Namespace