TextPoint.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 TextPoint 
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 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

TextPoint Interface

TextPoint Members

EnvDTE Namespace

Other Resources

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