ToolWindowGuids80::FindReplace Field

 

This tool window provides the ability to search and replace on the currently opened file.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public:
literal String^ FindReplace

Field Value

Type: System::String^

The GUID for this tool window is:

#define guidFindReplace { 0xcf2ddc32, 0x8cad, 0x11d2, { 0x93, 0x02, 0x00, 0x53, 0x45, 0x00, 0x00, 0x00 } }

In Visual Studio 2005, this tool window is typically available by selecting any of the options on the Find and Replace submenu of the Edit menu

Return to top
Show: