ToolWindowGuids80.FindInFiles Field

This tool window provides the ability to search files for a string.

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

Syntax

‘선언
Public Const FindInFiles As String
‘사용 방법
Dim value As String

value = ToolWindowGuids80.FindInFiles
public const string FindInFiles
public:
literal String^ FindInFiles
static val mutable FindInFiles: string
public const var FindInFiles : String

Remarks

The GUID for this tool window that is usable in a .ctc file 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.

참고

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).

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace