CallHierarchySearchScope Enum

Definition

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

CurrentDocument 2

The current document.

CurrentProject 1

The current project.

EntireSolution 0

The entire solution.

Remarks

The scope can be the whole solution, the current project, or the current document.

Applies to