FIND_HIDDEN_REGION_FLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies options for finding hidden regions.
This enumeration supports a bitwise combination of its member values.
public enum class FIND_HIDDEN_REGION_FLAGS
public enum class FIND_HIDDEN_REGION_FLAGS
enum FIND_HIDDEN_REGION_FLAGS
[System.Flags]
public enum FIND_HIDDEN_REGION_FLAGS
[<System.Flags>]
type FIND_HIDDEN_REGION_FLAGS =
Public Enum FIND_HIDDEN_REGION_FLAGS
- Inheritance
-
FIND_HIDDEN_REGION_FLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
0 | Specify only this flag to find all hidden regions. |
|
0 | Compatibility member. Use FHR_ALL_REGIONS. |
|
1 | Find region by matching client-specified value in EnumHiddenRegions(UInt32, UInt32, TextSpan[], IVsEnumHiddenRegions) with the |
|
1 | Compatibility member. Use FHR_BY_CLIENT_DATA. |
|
2 | Find region by type. Casts marker type to DWORD and puts in |
|
2 | Compatibility member. Use FHR_BY_TYPE. |
|
4 | Finds all regions intersecting the given span. |
|
4 | Compatibility member. Use FHR_WITHIN_SPAN. |
|
8 | Finds only regions whose base span exactly matches the specified span. |
|
8 | Compatibility member. Use FHR_EXACT_SPAN. |
|
16 | Finds only regions that are controlled by the active editor. |
|
16 | Compatibility member. Use FHR_EDITOR_CONTROLLED_ONLY. |
|
32 | Finds only regions that are controlled by the |
|
32 | Compatibility member. Use FHR_CLIENT_CONTROLLED_ONLY. |
|
64 | Finds regions that are entirely within the given span, not simply intersecting the span. |
|
128 | Finds one region that is the most deeply nested region. |
|
256 | Excludes regions inside a collapsed region. |
|
512 | Gives a region starting within the span higher priority than one ending in the span. Only has an effect when FHR_INNERMOST is specified. |
|
1024 | Like FHR_PREFER_START_IN_SPAN, except that only regions starting within spans will be returned |
Remarks
COM Signature
From textmgr.idl: