IVsFindSymbol Interface
Visual Studio 2015
Implements the search done by the Find Symbol menu command. You can get an instance of this interface from the SVsObjectSearch (SID_SVsObjectSearch) service.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | DoSearch(Guid, VSOBSEARCHCRITERIA2[]) | Performs the search. |
![]() | GetUserOptions(Guid, VSOBSEARCHCRITERIA2[]) | Returns the search options. |
![]() | SetUserOptions(Guid, VSOBSEARCHCRITERIA2[]) | Sets search options. |
This interface replaces IVsObjectSearch.
Show:
