ToolWindowGuids80.FindInFiles 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 files for a string.
public: System::String ^ FindInFiles;
std::wstring FindInFiles;
public const string FindInFiles;
val mutable FindInFiles : string
Public Const FindInFiles As String
Field Value
Remarks
The GUID
for this tool window is:
#define guidFindInFiles { 0xe830ec50, 0xc2b5, 0x11d2, { 0x93, 0x75, 0x0, 0x80, 0xc7, 0x47, 0xd9, 0xa0 } }
This tool window is typically available by selecting Find In Files from the Find and Replace submenu of the Edit menu. This GUID
is the same as FindAdvanced.
Note
This GUID
is applicable only to Visual Studio .NET 2003. Visual Studio 2005 combines Find In Files with the regular Find and Replace tool window (For more information, see FindReplace).