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
'Usage
Dim instance As IVsFindSymbolEvents2
[GuidAttribute("18220DB2-1AEB-44EA-A924-F3571D202EF4")]
[InterfaceTypeAttribute()]
public interface IVsFindSymbolEvents2
[GuidAttribute(L"18220DB2-1AEB-44EA-A924-F3571D202EF4")]
[InterfaceTypeAttribute()]
public interface class IVsFindSymbolEvents2
public interface IVsFindSymbolEvents2

Remarks

The client implements the interface and advises the server.

See Also

Reference

IVsFindSymbolEvents2 Members

Microsoft.VisualStudio.Shell.Interop Namespace