NSTextView コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
NSTextView() | |
NSTextView(CGRect) | |
NSTextView(NSCoder) | |
NSTextView(NSObjectFlag) | |
NSTextView(IntPtr) | |
NSTextView(CGRect, NSTextContainer) |
NSTextView()
NSTextView(CGRect)
[Foundation.Export("initWithFrame:")]
public NSTextView (CoreGraphics.CGRect frameRect);
new AppKit.NSTextView : CoreGraphics.CGRect -> AppKit.NSTextView
パラメーター
- frameRect
- CGRect
- 属性
適用対象
NSTextView(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextView (Foundation.NSCoder coder);
new AppKit.NSTextView : Foundation.NSCoder -> AppKit.NSTextView
パラメーター
- coder
- NSCoder
- 属性
適用対象
NSTextView(NSObjectFlag)
protected NSTextView (Foundation.NSObjectFlag t);
new AppKit.NSTextView : Foundation.NSObjectFlag -> AppKit.NSTextView
パラメーター
適用対象
NSTextView(IntPtr)
protected internal NSTextView (IntPtr handle);
new AppKit.NSTextView : nativeint -> AppKit.NSTextView
パラメーター
- handle
-
IntPtr
nativeint
適用対象
NSTextView(CGRect, NSTextContainer)
[Foundation.Export("initWithFrame:textContainer:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextView (CoreGraphics.CGRect frameRect, AppKit.NSTextContainer container);
new AppKit.NSTextView : CoreGraphics.CGRect * AppKit.NSTextContainer -> AppKit.NSTextView
パラメーター
- frameRect
- CGRect
- container
- NSTextContainer
- 属性