Partager via


Help.SyncIndex, méthode

Recherche que le sujet spécifie par le K- mot clé mais n'affiche pas le sujet dans Explorateur de documents, à moins qu'il ne soit indiqué.

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

Syntaxe

'Déclaration
Sub SyncIndex ( _
    bstrKeyword As String, _
    fShow As Integer _
)
void SyncIndex(
    string bstrKeyword,
    int fShow
)
void SyncIndex(
    [InAttribute] String^ bstrKeyword, 
    [InAttribute] int fShow
)
abstract SyncIndex : 
        bstrKeyword:string * 
        fShow:int -> unit
function SyncIndex(
    bstrKeyword : String, 
    fShow : int
)

Paramètres

  • bstrKeyword
    Type : String

    Une chaîne contenant le K- mot clé.

  • fShow
    Type : Int32

    Définissez pour forcer la fenêtre d'index à ouvrir.

Notes

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