This topic has not yet been rated - Rate this topic

CallHierarchySearchScope Enumeration

Specifies the scope of a Call Hierarchy search.

Namespace:  Microsoft.VisualStudio.Language.CallHierarchy
Assembly:  Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)
public enum CallHierarchySearchScope
Member nameDescription
EntireSolutionThe entire solution.
CurrentProjectThe current project.
CurrentDocumentThe current document.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.