ToolWindowGuids.ObjectSearchResultsWindow Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This tool window provides the results of searching for a symbol.
public: System::String ^ ObjectSearchResultsWindow;
std::wstring ObjectSearchResultsWindow;
public const string ObjectSearchResultsWindow;
val mutable ObjectSearchResultsWindow : string
Public Const ObjectSearchResultsWindow As String
Field Value
Remarks
The GUID for this tool window that is usable in a .ctc file:
#define guidObjectSearchResultsWindow { 0x68487888, 0x204a, 0x11d3, { 0x87, 0xeb, 0x00, 0xc0, 0x4f, 0x79, 0x71, 0xa5 } }
This tool window is typically available by selecting Find Symbol Results from the Other Windows submenu of the View menu..
Note
This GUID is applicable only to Visual Studio .NET 2003. Visual Studio 2005 and later use a secondary window pane in the Object Browser to display search results.