NSPathCell Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
NSPathCell() | |
NSPathCell(NSImage) | |
NSPathCell(NSCoder) | |
NSPathCell(NSObjectFlag) | |
NSPathCell(IntPtr) | |
NSPathCell(String) |
NSPathCell()
NSPathCell(NSImage)
[Foundation.Export("initImageCell:")]
public NSPathCell (AppKit.NSImage image);
new AppKit.NSPathCell : AppKit.NSImage -> AppKit.NSPathCell
Параметры
- image
- NSImage
- Атрибуты
Применяется к
NSPathCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSPathCell (Foundation.NSCoder coder);
new AppKit.NSPathCell : Foundation.NSCoder -> AppKit.NSPathCell
Параметры
- coder
- NSCoder
- Атрибуты
Применяется к
NSPathCell(NSObjectFlag)
protected NSPathCell (Foundation.NSObjectFlag t);
new AppKit.NSPathCell : Foundation.NSObjectFlag -> AppKit.NSPathCell
Параметры
Применяется к
NSPathCell(IntPtr)
protected internal NSPathCell (IntPtr handle);
new AppKit.NSPathCell : nativeint -> AppKit.NSPathCell
Параметры
- handle
-
IntPtr
nativeint
Применяется к
NSPathCell(String)
[Foundation.Export("initTextCell:")]
public NSPathCell (string aString);
new AppKit.NSPathCell : string -> AppKit.NSPathCell
Параметры
- aString
- String
- Атрибуты