IVsFindSymbolEvents 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. The client implements the interface and advises the server.
public interface class IVsFindSymbolEvents
public interface class IVsFindSymbolEvents
__interface IVsFindSymbolEvents
[System.Runtime.InteropServices.Guid("18220DBE-1AEB-44EA-A924-F3571D202EF4")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsFindSymbolEvents
[<System.Runtime.InteropServices.Guid("18220DBE-1AEB-44EA-A924-F3571D202EF4")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsFindSymbolEvents = interface
Public Interface IVsFindSymbolEvents
- Attributes
Methods
OnUserOptionsChanged(Guid, VSOBSEARCHCRITERIA2[]) |
Defines the method called when user search options change. |