VsFinder Interface

Finds a text image.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Déclaration
<GuidAttribute("D0C79C30-C06A-11D2-936C-D714766E8B50")> _
Public Interface VsFinder _
    Inherits IVsFinder
'Utilisation
Dim instance As VsFinder
[GuidAttribute("D0C79C30-C06A-11D2-936C-D714766E8B50")]
public interface VsFinder : IVsFinder
[GuidAttribute(L"D0C79C30-C06A-11D2-936C-D714766E8B50")]
public interface class VsFinder : IVsFinder
[<GuidAttribute("D0C79C30-C06A-11D2-936C-D714766E8B50")>]
type VsFinder =  
    interface
        interface IVsFinder
    end
public interface VsFinder extends IVsFinder

See Also

Reference

VsFinder Members

Microsoft.VisualStudio.TextManager.Interop Namespace