VirtualPoint.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
int LineLength { get; }
property int LineLength {
    int get ();
}
abstract LineLength : int with get
function get LineLength () : int

Property Value

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

Remarks

Character numbering begins at one.

.NET Framework Security

See Also

Reference

VirtualPoint Interface

EnvDTE Namespace

Other Resources

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