Creates a bookmark on this Element with the specified name.

 public virtual void CreateBookmark(System.String name)
Public Overridable Sub CreateBookmark(ByVal name As String)

A String representing the name to give this bookmark.

e.CreateBookmark("MyBookmark");
e.CreateBookmark("MyBookmark")