Udostępnij za pośrednictwem


Metoda IVsHelpSystem.KeywordSearch — (String, UInt32, UInt32)

 

Wykonuje wyszukiwanie F1 na podstawie słowa kluczowego, flagi i kontekst.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)

Składnia

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

Parametry

  • pszKeyword
    [w] Wskaźnik, aby ciąg zawierający słowo kluczowe.
  • dwFlags
    [w] Bit flagi określające opcje pomocy.Skonstruowane z wartości w VHS_COMMAND wyliczenie i poleceń pomocy w formacie HTML.
  • dwReserved
    [w] Zarezerwowane.Nie należy używać.

Wartość zwracana

Type: System.Int32

Jeśli metoda się powiedzie, zwraca S_OK.Jeśli nie powiedzie się, zwraca kod błędu.

Zobacz też

Interfejs IVsHelpSystem
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku