MonobjcMonobjc Documented Class Library
GoToItem Method (item)
NamespacesMonobjc.WebKitWebBackForwardListGoToItem(WebHistoryItem)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void GoToItem(
	WebHistoryItem item
)
Public Overridable Sub GoToItem ( _
	item As WebHistoryItem _
)
public:
virtual void GoToItem(
	WebHistoryItem^ item
)
Parameters
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.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)