Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
<GuidAttribute("18220DB2-1AEB-44EA-A924-F3571D202EF4")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFindSymbolEvents2
'Uso
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
[<GuidAttribute("18220DB2-1AEB-44EA-A924-F3571D202EF4")>]
[<InterfaceTypeAttribute()>]
type IVsFindSymbolEvents2 = interface end
public interface IVsFindSymbolEvents2
Remarks
The client implements the interface and advises the server.