CallHierarchySearchScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the scope of a Call Hierarchy search.
public enum class CallHierarchySearchScope
public enum class CallHierarchySearchScope
enum CallHierarchySearchScope
public enum CallHierarchySearchScope
type CallHierarchySearchScope =
Public Enum CallHierarchySearchScope
- Inheritance
-
CallHierarchySearchScope
Fields
Name | Value | Description |
---|---|---|
EntireSolution | 0 | The entire solution. |
CurrentProject | 1 | The current project. |
CurrentDocument | 2 | The current document. |
Remarks
The scope can be the whole solution, the current project, or the current document.