IVsFindManager Interface

Definition

Represents helper functions for Visual Studio shell find operations.

public interface class IVsFindManager
public interface class IVsFindManager
__interface IVsFindManager
[System.Runtime.InteropServices.Guid("53BE8AC6-1975-4240-8F60-367665A7E525")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFindManager
[<System.Runtime.InteropServices.Guid("53BE8AC6-1975-4240-8F60-367665A7E525")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFindManager = interface
Public Interface IVsFindManager
Attributes

Methods

CurrentTarget(IVsFindTarget)

Gets the current find target, if it is available, by looking through different forms and documents.

Applies to