Share via


IVsRegisterFindScope Interface

Register a find scope for Find in Files.

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

Syntax

'Declaration
<GuidAttribute("08363D65-C178-4484-A293-D148173DD750")> _
<InterfaceTypeAttribute()> _
Public Interface IVsRegisterFindScope
[GuidAttribute("08363D65-C178-4484-A293-D148173DD750")]
[InterfaceTypeAttribute()]
public interface IVsRegisterFindScope
[GuidAttribute(L"08363D65-C178-4484-A293-D148173DD750")]
[InterfaceTypeAttribute()]
public interface class IVsRegisterFindScope
[<GuidAttribute("08363D65-C178-4484-A293-D148173DD750")>]
[<InterfaceTypeAttribute()>]
type IVsRegisterFindScope =  interface end
public interface IVsRegisterFindScope

The IVsRegisterFindScope type exposes the following members.

Methods

  Name Description
Public method RegisterFindScope
Public method UnRegisterFindScope

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace