ToolWindowGuids80.ObjectSearchWindow Field

Definition

This tool window provides the ability to search for a symbol.

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

Field Value

Remarks

The GUID for this tool window is:

#define guidObjectSearchWindow { 0x53024d34, 0xef5, 0x11d3, { 0x87, 0xe0, 0x00, 0xc0, 0x4f, 0x79, 0x71, 0xa5 } }  

This tool window is typically available by selecting Find Symbol from the Edit -> Find and Replace menu.

Note

This GUID is applicable only to Visual Studio .NET 2003. Visual Studio 2005 combines the Find Symbol with the regular Find and Replace tool window (For more information, see FindReplace).

Applies to