NSTextStorage 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
NSTextStorage()
NSTextStorage(NSAttributedString)
public NSTextStorage (Foundation.NSAttributedString other);
new AppKit.NSTextStorage : Foundation.NSAttributedString -> AppKit.NSTextStorage
매개 변수
- other
- NSAttributedString
적용 대상
NSTextStorage(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextStorage (Foundation.NSCoder coder);
new AppKit.NSTextStorage : Foundation.NSCoder -> AppKit.NSTextStorage
매개 변수
- coder
- NSCoder
- 특성
적용 대상
NSTextStorage(NSObjectFlag)
protected NSTextStorage (Foundation.NSObjectFlag t);
new AppKit.NSTextStorage : Foundation.NSObjectFlag -> AppKit.NSTextStorage
매개 변수
적용 대상
NSTextStorage(IntPtr)
protected internal NSTextStorage (IntPtr handle);
new AppKit.NSTextStorage : nativeint -> AppKit.NSTextStorage
매개 변수
- handle
-
IntPtr
nativeint
적용 대상
NSTextStorage(String)
[Foundation.Export("initWithString:")]
public NSTextStorage (string str);
new AppKit.NSTextStorage : string -> AppKit.NSTextStorage
매개 변수
- str
- String
- 특성
적용 대상
NSTextStorage(String, CTStringAttributes)
public NSTextStorage (string str, CoreText.CTStringAttributes attributes);
new AppKit.NSTextStorage : string * CoreText.CTStringAttributes -> AppKit.NSTextStorage
매개 변수
- str
- String
- attributes
- CTStringAttributes
적용 대상
NSTextStorage(String, NSDictionary)
public NSTextStorage (string str, Foundation.NSDictionary attributes);
new AppKit.NSTextStorage : string * Foundation.NSDictionary -> AppKit.NSTextStorage
매개 변수
- str
- String
- attributes
- NSDictionary