FIND_SYNTHETIC_REGION_FLAGS Enumeration
Visual Studio 2015
Specifies how to find a synthetic region.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| 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. |
From textmgr.idl:
Show: