IncludeResults Enumeration
Enumeration returned from the IncludeInResultsCallback to specify whether current item should be included in the list, and whether search should continue.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration IncludeResults
[FlagsAttribute]
public enum IncludeResults
[FlagsAttribute]
public enum class IncludeResults
[<FlagsAttribute>]
type IncludeResults
public enum IncludeResults
Members
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. |