IVsFindSymbol Interface
Implements the search done by the FindSymbol menu command. You can get an instance of this interface from the SVsObjectSearch (SID_SVsObjectSearch) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
<GuidAttribute("7FF85070-4667-4532-B149-63A7B205060B")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFindSymbol
Dim instance As IVsFindSymbol
[GuidAttribute("7FF85070-4667-4532-B149-63A7B205060B")]
[InterfaceTypeAttribute()]
public interface IVsFindSymbol
[GuidAttribute(L"7FF85070-4667-4532-B149-63A7B205060B")]
[InterfaceTypeAttribute()]
public interface class IVsFindSymbol
public interface IVsFindSymbol
Remarks
This interface replaces IVsObjectSearch.