NSTextAttachment Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NSTextAttachment() | |
NSTextAttachment(NSCoder) | |
NSTextAttachment(NSFileWrapper) | |
NSTextAttachment(NSObjectFlag) | |
NSTextAttachment(IntPtr) | |
NSTextAttachment(NSData, String) |
NSTextAttachment()
NSTextAttachment(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextAttachment (Foundation.NSCoder coder);
new AppKit.NSTextAttachment : Foundation.NSCoder -> AppKit.NSTextAttachment
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSTextAttachment(NSFileWrapper)
[Foundation.Export("initWithFileWrapper:")]
public NSTextAttachment (Foundation.NSFileWrapper fileWrapper);
new AppKit.NSTextAttachment : Foundation.NSFileWrapper -> AppKit.NSTextAttachment
Parameters
- fileWrapper
- NSFileWrapper
- Attributes
Applies to
NSTextAttachment(NSObjectFlag)
protected NSTextAttachment (Foundation.NSObjectFlag t);
new AppKit.NSTextAttachment : Foundation.NSObjectFlag -> AppKit.NSTextAttachment
Parameters
Applies to
NSTextAttachment(IntPtr)
protected internal NSTextAttachment (IntPtr handle);
new AppKit.NSTextAttachment : nativeint -> AppKit.NSTextAttachment
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSTextAttachment(NSData, String)
[Foundation.Export("initWithData:ofType:")]
[ObjCRuntime.DesignatedInitializer]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public NSTextAttachment (Foundation.NSData contentData, string uti);
new AppKit.NSTextAttachment : Foundation.NSData * string -> AppKit.NSTextAttachment
Parameters
- contentData
- NSData
- uti
- String
- Attributes