VirtualPoint.LineCharOffset Property

Gets the character offset of the object.

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

Syntax

'Declaration
ReadOnly Property LineCharOffset As Integer
int LineCharOffset { get; }
property int LineCharOffset {
    int get ();
}
abstract LineCharOffset : int with get
function get LineCharOffset () : int

Property Value

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

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

EnvDTE Namespace

Other Resources

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