IVsFindSymbol2 Interface

Implements the search done by the FindSymbol 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)

Syntax

'Declaration
<GuidAttribute("7FF85072-4667-4532-B149-63A7B205060B")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFindSymbol2
'Usage
Dim instance As IVsFindSymbol2
[GuidAttribute("7FF85072-4667-4532-B149-63A7B205060B")]
[InterfaceTypeAttribute()]
public interface IVsFindSymbol2
[GuidAttribute(L"7FF85072-4667-4532-B149-63A7B205060B")]
[InterfaceTypeAttribute()]
public interface class IVsFindSymbol2
public interface IVsFindSymbol2

Remarks

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.

See Also

Reference

IVsFindSymbol2 Members

Microsoft.VisualStudio.Shell.Interop Namespace