IVsFindSymbol2 Interface
Implements the search done by the Find Symbol menu command, with support for multiple frameworks.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
<GuidAttribute("7FF85072-4667-4532-B149-63A7B205060B")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFindSymbol2
[GuidAttribute("7FF85072-4667-4532-B149-63A7B205060B")]
[InterfaceTypeAttribute()]
public interface IVsFindSymbol2
[GuidAttribute(L"7FF85072-4667-4532-B149-63A7B205060B")]
[InterfaceTypeAttribute()]
public interface class IVsFindSymbol2
[<GuidAttribute("7FF85072-4667-4532-B149-63A7B205060B")>]
[<InterfaceTypeAttribute()>]
type IVsFindSymbol2 = interface end
public interface IVsFindSymbol2
The IVsFindSymbol2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
DoSearch | Performs the search. | |
GetUserOptions | Returns the search options. | |
SetUserOptions | Sets search options. |
Top
Remarks
This interface adds support to IVsFindSymbol for SubIDs on scopes to enable multiple frameworks to be displayed and used in the Object Browser.
You can get an instance of this interface from the SVsObjectSearch (SID_SVsObjectSearch) service.