ToolWindowGuids80.BookmarkWindow Field

Definition

This tool window provides a list of bookmarks placed in all files in a solution.

public: System::String ^ BookmarkWindow;
std::wstring BookmarkWindow;
public const string BookmarkWindow;
val mutable BookmarkWindow : string
Public Const BookmarkWindow As String 

Field Value

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.

Applies to