IVsFindSymbolEvents Interface

Definition

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.

Applies to