Partager via


Help.DisplayTopicFromId, méthode

Recherches et affichages le premier sujet défini par l'ID d'aide fournie du mot clé F1 et du contexte

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

Syntaxe

'Déclaration
Sub DisplayTopicFromId ( _
    bstrFile As String, _
    Id As UInteger _
)
void DisplayTopicFromId(
    string bstrFile,
    uint Id
)
void DisplayTopicFromId(
    [InAttribute] String^ bstrFile, 
    [InAttribute] unsigned int Id
)
abstract DisplayTopicFromId : 
        bstrFile:string * 
        Id:uint32 -> unit
function DisplayTopicFromId(
    bstrFile : String, 
    Id : uint
)

Paramètres

  • bstrFile
    Type : String

    Chaîne contenant le mot clé.

  • Id
    Type : UInt32

    Identification d'aide de contexte

Notes

Cette méthode est déconseillée. Consultez l'DisplayTopicFromId 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