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 with 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.
.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