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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Other Resources
How to: Compile and Run the Automation Object Model Code Examples