IVsFindSymbolEvents2 Interface

Outgoing interface for events, such as changes in search options, related to the Find Symbol command, with support for multiple frameworks.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

'Declaration
<GuidAttribute("18220DB2-1AEB-44EA-A924-F3571D202EF4")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFindSymbolEvents2
[GuidAttribute("18220DB2-1AEB-44EA-A924-F3571D202EF4")]
[InterfaceTypeAttribute()]
public interface IVsFindSymbolEvents2
[GuidAttribute(L"18220DB2-1AEB-44EA-A924-F3571D202EF4")]
[InterfaceTypeAttribute()]
public interface class IVsFindSymbolEvents2
[<GuidAttribute("18220DB2-1AEB-44EA-A924-F3571D202EF4")>]
[<InterfaceTypeAttribute()>]
type IVsFindSymbolEvents2 =  interface end
public interface IVsFindSymbolEvents2

The IVsFindSymbolEvents2 type exposes the following members.

Methods

  Name Description
Public method OnUserOptionsChanged Defines the method called when user search options change.

Top

Remarks

The client implements the interface and advises the server.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace