TextPoint.AtEndOfLine Property

Gets whether or not object is at the end of a line.

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

Syntax

'Declaration
ReadOnly Property AtEndOfLine As Boolean
'Usage
Dim instance As TextPoint 
Dim value As Boolean 

value = instance.AtEndOfLine
bool AtEndOfLine { get; }
property bool AtEndOfLine {
    bool get ();
}
function get AtEndOfLine () : boolean

Property Value

Type: System.Boolean
A Boolean value indicating true if you are at the end of a line; false if otherwise.

.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