Share 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

'Declaration
Public iAnchorCol As Integer
'Usage
Dim instance As SELECTIONSTATE 
Dim value As Integer 

value = instance.iAnchorCol 

instance.iAnchorCol = value
public int iAnchorCol
public:
int iAnchorCol
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