次の方法で共有


WebView コンストラクター

定義

オーバーロード

WebView()
WebView(CGRect)
WebView(NSCoder)
WebView(NSObjectFlag)
WebView(IntPtr)
WebView(CGRect, String, String)

WebView()

[Foundation.Export("init")]
public WebView ();
属性

適用対象

WebView(CGRect)

[Foundation.Export("initWithFrame:")]
public WebView (CoreGraphics.CGRect frame);
new WebKit.WebView : CoreGraphics.CGRect -> WebKit.WebView

パラメーター

frame
CGRect
属性

適用対象

WebView(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public WebView (Foundation.NSCoder coder);
new WebKit.WebView : Foundation.NSCoder -> WebKit.WebView

パラメーター

coder
NSCoder
属性

適用対象

WebView(NSObjectFlag)

protected WebView (Foundation.NSObjectFlag t);
new WebKit.WebView : Foundation.NSObjectFlag -> WebKit.WebView

パラメーター

適用対象

WebView(IntPtr)

protected internal WebView (IntPtr handle);
new WebKit.WebView : nativeint -> WebKit.WebView

パラメーター

handle
IntPtr

nativeint

適用対象

WebView(CGRect, String, String)

[Foundation.Export("initWithFrame:frameName:groupName:")]
public WebView (CoreGraphics.CGRect frame, string frameName, string groupName);
new WebKit.WebView : CoreGraphics.CGRect * string * string -> WebKit.WebView

パラメーター

frame
CGRect
frameName
String
groupName
String
属性

適用対象