Partager via


ToolWindowGuids.ObjectSearchWindow Field

This tool window provides the ability to search for a symbol.

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

Syntax

'Déclaration
Public Const ObjectSearchWindow As String
'Utilisation
Dim value As String

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

Remarks

The GUID for this tool window that is usable in a .ctc file:

#define guidObjectSearchWindow { 0x53024d34, 0xef5, 0x11d3, { 0x87, 0xe0, 0x00, 0xc0, 0x4f, 0x79, 0x71, 0xa5 } }

This tool window is typically available by selecting Find Symbol from the Edit -> Find and Replace menu.

Notes

This GUID is applicable only to Visual Studio .NET 2003. Visual Studio 2005 and later combine the Find Symbol with the regular Find and Replace tool window (see FindReplace).

.NET Framework Security

See Also

Reference

ToolWindowGuids Class

ToolWindowGuids Members

Microsoft.VisualStudio.Shell.Interop Namespace