VsFinderClass Class
Finds a text image.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Декларация
<ClassInterfaceAttribute()> _
<GuidAttribute("9F842E53-E27B-426F-AE69-8F075770C6F3")> _
Public Class VsFinderClass _
Implements IVsFinder, VsFinder
'Применение
Dim instance As VsFinderClass
[ClassInterfaceAttribute()]
[GuidAttribute("9F842E53-E27B-426F-AE69-8F075770C6F3")]
public class VsFinderClass : IVsFinder,
VsFinder
[ClassInterfaceAttribute()]
[GuidAttribute(L"9F842E53-E27B-426F-AE69-8F075770C6F3")]
public ref class VsFinderClass : IVsFinder,
VsFinder
[<ClassInterfaceAttribute()>]
[<GuidAttribute("9F842E53-E27B-426F-AE69-8F075770C6F3")>]
type VsFinderClass =
class
interface IVsFinder
interface VsFinder
end
public class VsFinderClass implements IVsFinder, VsFinder
Remarks
You cannot create an instance of this class with the new keyword. Instead, you must get the ILocalRegistry object and create the object with CreateInstance. The MPF wraps this method with CreateInstance.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TextManager.Interop.VsFinderClass
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.