NSPathComponentCell Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
- Атрибуты