Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The service that provides an IVsFindManager, which provides search functions for Visual Studio.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.10.0 (in Microsoft.VisualStudio.TextManager.Interop.10.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("912CA552-54A3-4CCA-8F50-DBCF322FB870")> _
Public Interface SVsFindManager
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("912CA552-54A3-4CCA-8F50-DBCF322FB870")]
public interface SVsFindManager
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"912CA552-54A3-4CCA-8F50-DBCF322FB870")]
public interface class SVsFindManager
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("912CA552-54A3-4CCA-8F50-DBCF322FB870")>]
type SVsFindManager = interface end
public interface SVsFindManager