IVsFindSymbol2 Interface

 

Implements the search done by the Find Symbol menu 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("7FF85072-4667-4532-B149-63A7B205060B")]
[InterfaceTypeAttribute(1)]
public interface IVsFindSymbol2

This interface adds support to IVsFindSymbol for SubIDs on scopes to enable multiple frameworks to be displayed and used in the Object Browser.

You can get an instance of this interface from the SVsObjectSearch (SID_SVsObjectSearch) service.

Return to top
Show: