ToolWindowGuids80.BookmarkWindow Field
This tool window provides a list of bookmarks placed in all files in a solution.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const BookmarkWindow As String
public const string BookmarkWindow
public:
literal String^ BookmarkWindow
static val mutable BookmarkWindow: string
public const var BookmarkWindow : String
Remarks
The GUID for this tool window is:
#define guidBookmarkWindow { 0xA0C5197D, 0x0AC7, 0x4B63, { 0x97, 0xCD, 0x88, 0x72, 0xA7, 0x89, 0xD2, 0x33 } }
This tool window is typically available by selecting Bookmark Window from the View menu.
.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.