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