IVsFindManager Interface

Represents helper functions for Visual Studio shell find operations.

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("53BE8AC6-1975-4240-8F60-367665A7E525")> _
Public Interface IVsFindManager
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("53BE8AC6-1975-4240-8F60-367665A7E525")]
public interface IVsFindManager
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"53BE8AC6-1975-4240-8F60-367665A7E525")]
public interface class IVsFindManager
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("53BE8AC6-1975-4240-8F60-367665A7E525")>]
type IVsFindManager =  interface end
public interface IVsFindManager

The IVsFindManager type exposes the following members.

Methods

  Name Description
Public method CurrentTarget Gets the current find target, if it is available, by looking through different forms and documents.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace