Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
<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. |