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