Share via


TextPoint.LineLength Property

Gets the number of characters in a line containing the object, excluding the new line character.

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

Syntax

'Declaration
ReadOnly Property LineLength As Integer
'Usage
Dim instance As TextPoint 
Dim value As Integer 

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

Property Value

Type: System.Int32
An integer value indicating the number of characters in a line containing the TextPoint object, excluding the new line character.

Remarks

Character numbering begins at one.

.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