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)
Syntax
'Declaración
<GuidAttribute("7FF85072-4667-4532-B149-63A7B205060B")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFindSymbol2
'Uso
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
[<GuidAttribute("7FF85072-4667-4532-B149-63A7B205060B")>]
[<InterfaceTypeAttribute()>]
type IVsFindSymbol2 = interface end
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.