EditPoint::AtStartOfDocument Property

 

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

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

property bool AtStartOfDocument {
	bool get();
}

Property Value

Type: System::Boolean

true if you are at the start of a document; otherwise, false.

Line numbering begins at one.

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