IVsHelpSystem::ActivateHelpSystem Method (UInt32)
Visual Studio 2015
Starts the Help system and displays the table of contents.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- dwFlags
-
Type:
System::UInt32
[in] Bit flags specifying Help options. Constructed from values in the VHS_COMMAND enumeration. In general, you'll only use VHS_Default.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: