ToolWindowGuids80.ObjectSearchResultsWindow Field

This tool window provides the results of searching for a symbol.

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

Syntax

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

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

Remarks

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

#define guidObjectSearchResultsWindow { 0x68487888, 0x204a, 0x11d3, { 0x87, 0xeb, 0x00, 0xc0, 0x4f, 0x79, 0x71, 0xa5 } }

This tool window is typically available by selecting Find Symbol Results from the Other Windows submenu of the View menu.

참고

This GUID is applicable only to Visual Studio .NET 2003. Visual Studio 2005 uses a secondary window pane in the Object Browser to display search results.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace