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

Syntax

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

value = ToolWindowGuids.FindReplace
public const string FindReplace
public:
literal String^ FindReplace
static val mutable FindReplace: string
public const var FindReplace : String

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.

.NET Framework Security

See Also

Reference

ToolWindowGuids Class

ToolWindowGuids Members

Microsoft.VisualStudio.Shell.Interop Namespace