IncludeResults Enumeration

 

Enumeration returned from the IncludeInResultsCallback to specify whether current item should be included in the list, and whether search should continue.

Namespace:   Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

[FlagsAttribute]
public enum class IncludeResults

Member nameDescription
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.

Return to top
Show: