TextPoint.AtEndOfDocument Property

Gets whether the object is at the end of the document.

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

Syntax

'Declaration
ReadOnly Property AtEndOfDocument As Boolean
bool AtEndOfDocument { get; }
property bool AtEndOfDocument {
    bool get ();
}
abstract AtEndOfDocument : bool
function get AtEndOfDocument () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

TextPoint Interface

EnvDTE Namespace

Other Resources

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