FINDMARKERFLAGS Enum
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 directional options for locating markers.
This enumeration supports a bitwise combination of its member values.
public enum class FINDMARKERFLAGS
C++/CX
public enum class FINDMARKERFLAGS
enum FINDMARKERFLAGS
[System.Flags]
public enum FINDMARKERFLAGS
[<System.Flags>]
type FINDMARKERFLAGS =
Public Enum FINDMARKERFLAGS
- Inheritance
-
FINDMARKERFLAGS
- Attributes
Name | Value | Description |
---|---|---|
FM_FORWARD | 0 | Searches for markers in the forward direction (implicit). |
FM_BACKWARD | 1 | Searches for markers in the backward direction. |
From textmgr.idl:
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |