VirtualPoint.AtStartOfDocument Property
Returns true if the object is at the beginning of the document.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property AtStartOfDocument As Boolean
bool AtStartOfDocument { get; }
property bool AtStartOfDocument {
bool get ();
}
abstract AtStartOfDocument : bool with get
function get AtStartOfDocument () : boolean
Property Value
Type: System.Boolean
A Boolean value indicating true if you are at the start of a document; false if otherwise.
Remarks
Line numbering begins at one.
.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