다음을 통해 공유


NSTextAttachment 생성자

정의

오버로드

NSTextAttachment()
NSTextAttachment(NSCoder)
NSTextAttachment(NSFileWrapper)
NSTextAttachment(NSObjectFlag)
NSTextAttachment(IntPtr)
NSTextAttachment(NSData, String)

NSTextAttachment()

[Foundation.Export("init")]
public 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
특성

적용 대상