Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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