EditPoint::NextBookmark Method ()

 

Moves to the location of the next bookmark in the document.

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

bool NextBookmark()

Return Value

Type: System::Boolean

true if the insertion point moves to the next bookmark; otherwise, false.

The EditPoint is moved to the new location. If there are no more bookmarks, no movement occurs.

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