IVsFindSymbol2 Interface
Visual Studio 2015
Implements the search done by the Find Symbol menu command, with support for multiple frameworks.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
| Name | Description | |
|---|---|---|
![]() | DoSearch(Guid, UInt32, VSOBSEARCHCRITERIA2[]) | Performs the search. |
![]() | GetUserOptions(Guid, UInt32, VSOBSEARCHCRITERIA2[]) | Returns the search options. |
![]() | SetUserOptions(Guid, UInt32, VSOBSEARCHCRITERIA2[]) | Sets search options. |
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.
Show:
