Método IVsHelpSystem.KeywordSearch (String, UInt32, UInt32)

 

Executa uma pesquisa F1 com base no contexto de uma palavra-chave e sinalizadores.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

int KeywordSearch(
    string pszKeyword,
    uint dwFlags,
    uint dwReserved
)
int KeywordSearch(
    String^ pszKeyword,
    unsigned int dwFlags,
    unsigned int dwReserved
)
abstract KeywordSearch : 
        pszKeyword:string *
        dwFlags:uint32 *
        dwReserved:uint32 -> int
Function KeywordSearch (
    pszKeyword As String,
    dwFlags As UInteger,
    dwReserved As UInteger
) As Integer

Parâmetros

  • pszKeyword
    [in] Ponteiro para uma seqüência de caracteres contendo a palavra-chave.
  • dwFlags
    [in] Especificando opções de ajuda de sinalizadores de bit.Construído a partir de valores a VHS_COMMAND enumeração e os comandos de Ajuda em HTML.
  • dwReserved
    [in] Reservado.Não use.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Consulte também

Interface IVsHelpSystem
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo