Partager via


SELECTIONSTATE.iAnchorCol Field

Index of the anchor column.

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

Syntax

'Déclaration
Public iAnchorCol As Integer
'Utilisation
Dim instance As SELECTIONSTATE
Dim value As Integer

value = instance.iAnchorCol

instance.iAnchorCol = value
public int iAnchorCol
public:
int iAnchorCol
val mutable iAnchorCol: int
public var iAnchorCol : int

Remarks

This is a ViewCol, NOT a CharIndex. It may be past the end of the physical line.

COM Signature

From textmgr.idl:

.NET Framework Security

See Also

Reference

SELECTIONSTATE Structure

SELECTIONSTATE Members

Microsoft.VisualStudio.TextManager.Interop Namespace