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

 

Exibe a caixa de diálogo de pesquisa de palavra-chave será preenchido previamente com a palavra-chave.

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

Sintaxe

int KeywordSearchDlg(
    string pszKeyword,
    uint dwFlags,
    uint dwReserved
)
int KeywordSearchDlg(
    String^ pszKeyword,
    unsigned int dwFlags,
    unsigned int dwReserved
)
abstract KeywordSearchDlg : 
        pszKeyword:string *
        dwFlags:uint32 *
        dwReserved:uint32 -> int
Function KeywordSearchDlg (
    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