CallHierarchySearchScope Enumeration
Visual Studio 2015
Specifies the scope of a Call Hierarchy search.
Assembly: Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)
| Member name | Description | |
|---|---|---|
| CurrentDocument | The current document. | |
| CurrentProject | The current project. | |
| EntireSolution | The entire solution. |
The scope can be the whole solution, the current project, or the current document.
Show: