Makes the specified item in the back-forward list the current item.
Original signature is '- (void)goToItem:(WebHistoryItem *)item'
Available in Mac OS X v10.2 with Safari 1.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void GoToItem( WebHistoryItem item )
Public Overridable Sub GoToItem ( _ item As WebHistoryItem _ )
public: virtual void GoToItem( WebHistoryItem^ item )

- item (WebHistoryItem)
- A web history item that represents a visited webpage. If item is not in the back-forward list, an NSInvalidArgumentException exception is raised.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)