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