Partager via


Help.GetPrevTopic, méthode

Donné un URL retourne l'URL précédent dans la table des matières.

Espace de noms :  Microsoft.VisualStudio.VSHelp
Assembly :  Microsoft.VisualStudio.VSHelp (dans Microsoft.VisualStudio.VSHelp.dll)

Syntaxe

'Déclaration
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

Paramètres

  • bstrURL
    Type : String

    Chaîne contenant l'URL du sujet actuel qui est compatible avec Internet Explorer.

Valeur de retour

Type : String
Retourne une chaîne contenant l'URL du sujet précédent dans la table des matières.

Notes

Cette méthode est déconseillée. Consultez l'GetPrevTopic pour plus d'informations sur l'implémentation actuelle.

Sécurité .NET Framework

Voir aussi

Référence

Help Interface

Microsoft.VisualStudio.VSHelp, espace de noms