NewSyntheticRegion.iAnchorIndex Field
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 the zero-based character index (must not be in virtual space).
public: int iAnchorIndex;
public: int iAnchorIndex;
int iAnchorIndex;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.TextManager.Interop.CharIndex")]
public int iAnchorIndex;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.TextManager.Interop.CharIndex")>]
val mutable iAnchorIndex : int
Public iAnchorIndex As Integer
Field Value
- Attributes
Remarks
The iAnchorLine
and iAnchorIndex
members define where the text will appear. The values are in base buffer coordinates.
COM Signature
From textmgr.idl: