VsFinder Interface
Finds a text image.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Декларация
<GuidAttribute("D0C79C30-C06A-11D2-936C-D714766E8B50")> _
Public Interface VsFinder _
Inherits IVsFinder
'Применение
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