NewSyntheticRegion.iAnchorLine Field

Specifies the zero-based line number.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'宣言
Public iAnchorLine As Integer
'使用
Dim instance As NewSyntheticRegion
Dim value As Integer

value = instance.iAnchorLine

instance.iAnchorLine = value
public int iAnchorLine
public:
int iAnchorLine
public var iAnchorLine : int

Field Value

Type: System.Int32

Remarks

The iAnchorLine and iAnchorIndex members define where the text will appear. The values are in base buffer coordinates.

COM Signature

From textmgr.idl:

Permissions

See Also

Reference

NewSyntheticRegion Structure

NewSyntheticRegion Members

Microsoft.VisualStudio.TextManager.Interop Namespace