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
bool AtEndOfLine { get; }
property bool AtEndOfLine {
bool get ();
}
abstract AtEndOfLine : bool with 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
- 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