IVsHelpSystem::KeywordSearch Method (String^, UInt32, UInt32)
Visual Studio 2015
Performs an F1 search based on a keyword, flags, and context.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pszKeyword
-
Type:
System::String^
[in] Pointer to a string containing the keyword.
- dwFlags
-
Type:
System::UInt32
[in] Bit flags specifying Help options. Constructed from values in the VHS_COMMAND enumeration and the HTML Help commands.
- dwReserved
-
Type:
System::UInt32
[in] Reserved. Do not use.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: