Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("7FF85070-4667-4532-B149-63A7B205060B")> _
Public Interface IVsFindSymbol
[InterfaceTypeAttribute()]
[GuidAttribute("7FF85070-4667-4532-B149-63A7B205060B")]
public interface IVsFindSymbol
[InterfaceTypeAttribute()]
[GuidAttribute(L"7FF85070-4667-4532-B149-63A7B205060B")]
public interface class IVsFindSymbol
[<InterfaceTypeAttribute()>]
[<GuidAttribute("7FF85070-4667-4532-B149-63A7B205060B")>]
type IVsFindSymbol = interface end
public interface IVsFindSymbol
The IVsFindSymbol type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
DoSearch | Performs the search. |
![]() |
GetUserOptions | Returns the search options. |
![]() |
SetUserOptions | Sets search options. |
Top
Remarks
This interface replaces IVsObjectSearch.
.gif)