ToolWindowGuids.FindReplace 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 ability to search and replace on the currently opened file.
public: System::String ^ FindReplace;
std::wstring FindReplace;
public const string FindReplace;
val mutable FindReplace : string
Public Const FindReplace As String
Field Value
Remarks
The GUID for this tool window that is usable in a .ctc file:
#define guidFindReplace { 0xcf2ddc32, 0x8cad, 0x11d2, { 0x93, 0x02, 0x00, 0x53, 0x45, 0x00, 0x00, 0x00 } }
Visual Studio 2005 and later: this tool window is typically available by selecting any of the options on the Find and Replace submenu of the Edit menu.
In Visual Studio .NET 2003, this tool window is typically available by selecting either Find or Replace from the Find and Replace submenu of the Edit menu.