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