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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.