IVsFindSymbol Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements the search done by the FindSymbol menu command. You can get an instance of this interface from the SVsObjectSearch (SID_SVsObjectSearch) service.
public interface class IVsFindSymbol
public interface class IVsFindSymbol
__interface IVsFindSymbol
[System.Runtime.InteropServices.Guid("7FF85070-4667-4532-B149-63A7B205060B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsFindSymbol
[<System.Runtime.InteropServices.Guid("7FF85070-4667-4532-B149-63A7B205060B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsFindSymbol = interface
Public Interface IVsFindSymbol
- Attributes
Remarks
This interface replaces IVsObjectSearch.
Methods
DoSearch(Guid, VSOBSEARCHCRITERIA2[]) |
Performs the search. |
GetUserOptions(Guid, VSOBSEARCHCRITERIA2[]) |
Returns the search options. |
SetUserOptions(Guid, VSOBSEARCHCRITERIA2[]) |
Sets search options. |