IVsRegisterFindScope Interface
Registers and un-registers a custom scope that can be chosen in the Find in Files, Look In combo box.
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 | |
---|---|---|
RegisterFindScope | Registers the specified find scope for Find in Files. | |
UnRegisterFindScope | Un-registers the specified find scope. |
Top
Remarks
Implemented by packages to extend the scope available for Find in Files.