IVsFindSymbolEvents2 Interface

Definition

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.

Applies to