Share via


VirtualPoint.LineCharOffset Property

Gets the character offset of the object.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
ReadOnly Property LineCharOffset As Integer
'Usage
Dim instance As VirtualPoint 
Dim value As Integer 

value = instance.LineCharOffset
int LineCharOffset { get; }
property int LineCharOffset {
    int get ();
}
function get LineCharOffset () : int

Property Value

Type: System.Int32
An integer value indicating the character offset of the VirtualPoint object.

Implements

TextPoint.LineCharOffset

Remarks

Character numbering begins at one. LineCharOffset returns the number of characters the object is from the left side of a line in the document.

.NET Framework Security

See Also

Reference

VirtualPoint Interface

VirtualPoint Members

LineCharOffset Overload

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples