IVsRegisterFindScope Interface
Visual Studio 2015
Registers and un-registers a custom scope that can be chosen in the Find in Files, Look In combo box.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | RegisterFindScope(IVsFindScope, UInt32) | Registers the specified find scope for Find in Files. |
![]() | UnRegisterFindScope(UInt32) | Un-registers the specified find scope. |
Implemented by packages to extend the scope available for Find in Files.
Show:
