IncludeResults Enumeration
Visual Studio 2015
Enumeration returned from the IncludeInResultsCallback to specify whether current item should be included in the list, and whether search should continue.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
| Member name | Description | |
|---|---|---|
| Exclude | Default value, excludes this node from the search results. | |
| Include | Includes this node in the search results. | |
| StopCurrentHierarchySearch | halts search of the current hierarchy. | |
| StopDescendingHierarchy | halts search of child hierarchies. | |
| StopSearch | halts search of the any further hierarchies after the current one. |
Show: