NewSyntheticRegion.iAnchorIndex Field

Definition

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:

Applies to