VirtualPoint.AtEndOfDocument Property

Returns true if the object is at the end of the document.

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

Syntax

'Declaration
ReadOnly Property AtEndOfDocument As Boolean
'Usage
Dim instance As VirtualPoint 
Dim value As Boolean 

value = instance.AtEndOfDocument
bool AtEndOfDocument { get; }
property bool AtEndOfDocument {
    bool get ();
}
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.

Implements

TextPoint.AtEndOfDocument

.NET Framework Security

See Also

Reference

VirtualPoint Interface

VirtualPoint Members

AtEndOfDocument Overload

EnvDTE Namespace

Other Resources

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