Delen via


Help.GetPrevTopic Method

Given a URL returns the previous URL in the table of contents.

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

Syntax

'Declaration
Function GetPrevTopic ( _
    bstrURL As String _
) As String
string GetPrevTopic(
    string bstrURL
)
String^ GetPrevTopic(
    [InAttribute] String^ bstrURL
)
abstract GetPrevTopic : 
        bstrURL:string -> string 
function GetPrevTopic(
    bstrURL : String
) : String

Parameters

  • bstrURL
    Type: System.String
    String containing the URL of the current topic that is compatible with Internet Explorer.

Return Value

Type: System.String
Returns a string containing the URL of the previous topic in the table of contents.

Remarks

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

.NET Framework Security

See Also

Reference

Help Interface

Microsoft.VisualStudio.VSHelp Namespace