EditPoint2::AtEndOfDocument Property

 

Gets a value indicating whether or not the object is at the end of the document.

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

property bool AtEndOfDocument {
	bool get();
}

Property Value

Type: System::Boolean

A Boolean that is true if you are at the end of the document; otherwise, false.

No code example is currently available or this language may not be supported.
Return to top
Show: