Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.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. | |
StopSearch | halts search of the any further hierarchies after the current one. | |
StopDescendingHierarchy | halts search of child hierarchies. |