AtomicText.iIndex Field
Specifies the index of the position in the line.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public iIndex As Integer
'Usage
Dim instance As AtomicText
Dim value As Integer
value = instance.iIndex
instance.iIndex = value
public int iIndex
public:
int iIndex
public var iIndex : int
.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.