WebHistoryItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WebHistoryItem() | |
WebHistoryItem(NSObjectFlag) | |
WebHistoryItem(IntPtr) | |
WebHistoryItem(String, String, Double) |
WebHistoryItem()
WebHistoryItem(NSObjectFlag)
protected WebHistoryItem (Foundation.NSObjectFlag t);
new WebKit.WebHistoryItem : Foundation.NSObjectFlag -> WebKit.WebHistoryItem
Parameters
Applies to
WebHistoryItem(IntPtr)
protected internal WebHistoryItem (IntPtr handle);
new WebKit.WebHistoryItem : nativeint -> WebKit.WebHistoryItem
Parameters
- handle
-
IntPtr
nativeint
Applies to
WebHistoryItem(String, String, Double)
[Foundation.Export("initWithURLString:title:lastVisitedTimeInterval:")]
public WebHistoryItem (string urlString, string title, double lastVisitedTimeInterval);
new WebKit.WebHistoryItem : string * string * double -> WebKit.WebHistoryItem
Parameters
- urlString
- String
- title
- String
- lastVisitedTimeInterval
- Double
- Attributes