ToolWindowGuids80.HelpFavorites Field
This tool window displays a list of links to favorite topics in the help documentation.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const HelpFavorites As String
'Usage
Dim value As String
value = ToolWindowGuids80.HelpFavorites
public const string HelpFavorites
public:
literal String^ HelpFavorites
public const var HelpFavorites : String
Remarks
The GUID for this tool window that is usable in a .ctc file is:
#define guidHelpFavorites { 0x57DC5D59, 0x11C2, 0x4955, { 0xA7, 0xB4, 0xD7, 0x69, 0x9D, 0x67, 0x7E, 0x93 } }
This tool window is typically available by selecting Help Favorites from the Help menu.
Note
This tool window is accessible only when help is integrated into the shell (in the Options dialog box available from the Tools menu, select the Help category and then select Show help using: Integrated Help Viewer).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.