Share via


IVsFindSymbolEvents Interface

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.

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

Syntax

'Déclaration
<GuidAttribute("18220DBE-1AEB-44EA-A924-F3571D202EF4")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFindSymbolEvents
'Utilisation
Dim instance As IVsFindSymbolEvents
[GuidAttribute("18220DBE-1AEB-44EA-A924-F3571D202EF4")]
[InterfaceTypeAttribute()]
public interface IVsFindSymbolEvents
[GuidAttribute(L"18220DBE-1AEB-44EA-A924-F3571D202EF4")]
[InterfaceTypeAttribute()]
public interface class IVsFindSymbolEvents
public interface IVsFindSymbolEvents

See Also

Reference

IVsFindSymbolEvents Members

Microsoft.VisualStudio.Shell.Interop Namespace