Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("18220DBE-1AEB-44EA-A924-F3571D202EF4")> _
Public Interface IVsFindSymbolEvents
[InterfaceTypeAttribute()]
[GuidAttribute("18220DBE-1AEB-44EA-A924-F3571D202EF4")]
public interface IVsFindSymbolEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"18220DBE-1AEB-44EA-A924-F3571D202EF4")]
public interface class IVsFindSymbolEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("18220DBE-1AEB-44EA-A924-F3571D202EF4")>]
type IVsFindSymbolEvents = interface end
public interface IVsFindSymbolEvents
The IVsFindSymbolEvents type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
OnUserOptionsChanged | Defines the method called when user search options change. |
Top
.gif)