IVsFindSymbol Interface
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(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFindSymbol
[<System.Runtime.InteropServices.Guid("7FF85070-4667-4532-B149-63A7B205060B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsFindSymbol = interface
[<System.Runtime.InteropServices.Guid("7FF85070-4667-4532-B149-63A7B205060B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFindSymbol = interface
Public Interface IVsFindSymbol
- Attributes
This interface replaces IVsObjectSearch.
Do |
Performs the search. |
Get |
Returns the search options. |
Set |
Sets search options. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |