FIND_SYNTHETIC_REGION_FLAGS Enumeration
Specifies how to find a synthetic region.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration FIND_SYNTHETIC_REGION_FLAGS
[FlagsAttribute]
public enum FIND_SYNTHETIC_REGION_FLAGS
[FlagsAttribute]
public enum class FIND_SYNTHETIC_REGION_FLAGS
[<FlagsAttribute>]
type FIND_SYNTHETIC_REGION_FLAGS
public enum FIND_SYNTHETIC_REGION_FLAGS
Members
Member name | Description | |
---|---|---|
FSR_ALL_REGIONS | To find every region, specify *ONLY* this flag | |
FSR_BY_CLIENT_DATA | dwCookie group. Find region with matching client DWORD | |
FSR_EXACT_SPAN | find only those regions whose base span exactly matches the given span | |
FSR_WITHIN_SPAN | Span param group (mutually exclusive). Find all regions within the given span. |
Remarks
COM Signature
From textmgr.idl: