NewSyntheticRegion Fields
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | dwBehavior | Currently unused; must be zero. |
![]() | dwClient | Client-defined DWORD; this can be retrieved with GetClientData calls. |
![]() | iAnchorIndex | Specifies the zero-based character index (must not be in virtual space). |
![]() | iAnchorLine | Specifies the zero-based line number. |
![]() | iMarkerType | Specifies the display characteristics (coloring, glyph) to show for this region. It has no effect on base buffer. |
![]() | iSerialValue | Used to sort adjacent regions. |
![]() | pszText | Specifies the text to display (can be >1 line). |
Show:
