IVsFindSymbolEvents2 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.
Outgoing interface for events, such as changes in search options, related to the Find Symbol command, with support for multiple frameworks.
public interface class IVsFindSymbolEvents2
public interface class IVsFindSymbolEvents2
__interface IVsFindSymbolEvents2
[System.Runtime.InteropServices.Guid("18220DB2-1AEB-44EA-A924-F3571D202EF4")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsFindSymbolEvents2
[System.Runtime.InteropServices.Guid("18220DB2-1AEB-44EA-A924-F3571D202EF4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFindSymbolEvents2
[<System.Runtime.InteropServices.Guid("18220DB2-1AEB-44EA-A924-F3571D202EF4")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsFindSymbolEvents2 = interface
[<System.Runtime.InteropServices.Guid("18220DB2-1AEB-44EA-A924-F3571D202EF4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFindSymbolEvents2 = interface
Public Interface IVsFindSymbolEvents2
- Attributes
Remarks
The client implements the interface and advises the server.
Methods
OnUserOptionsChanged(Guid, UInt32, VSOBSEARCHCRITERIA2[]) |
Defines the method called when user search options change. |