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)

[GuidAttribute("18220DB2-1AEB-44EA-A924-F3571D202EF4")]
[InterfaceTypeAttribute(1)]
public interface IVsFindSymbolEvents2

NameDescription
System_CAPS_pubmethodOnUserOptionsChanged(Guid, UInt32, VSOBSEARCHCRITERIA2[])

Defines the method called when user search options change.

The client implements the interface and advises the server.

Return to top
Show: