TextSelection::PreviousBookmark Method ()

 

Moves the text selection to the location of the previous bookmark in the document.

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

bool PreviousBookmark()

Return Value

Type: System::Boolean

A Boolean true if the text selection moves to a previous bookmark, false if not.

If there are no more bookmarks, the edit point is not moved.

PreviousBookmark moves the TextSelection object to the location of the first bookmark preceding the location of the active end of the TextSelection. The TextSelection is collapsed at the new location.

Return to top
Show: