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

 

Executa uma pesquisa Alink com base no word, sinalizadores e contexto.

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

Sintaxe

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

Parâmetros

  • pszALink
    [in] Ponteiro para uma seqüência de caracteres contendo a palavra-chave do ALink.
  • dwFlags
    [in] Especificando opções de ajuda de sinalizadores de bit.Construído a partir de valores a VHS_COMMAND enumeração.Em geral, você só poderá usar VHS_Default.
  • 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