NSTextStorage 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
NSTextStorage()
NSTextStorage(NSAttributedString)
public NSTextStorage (Foundation.NSAttributedString other);
new AppKit.NSTextStorage : Foundation.NSAttributedString -> AppKit.NSTextStorage
Parameters
- other
- NSAttributedString
Applies to
NSTextStorage(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextStorage (Foundation.NSCoder coder);
new AppKit.NSTextStorage : Foundation.NSCoder -> AppKit.NSTextStorage
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSTextStorage(NSObjectFlag)
protected NSTextStorage (Foundation.NSObjectFlag t);
new AppKit.NSTextStorage : Foundation.NSObjectFlag -> AppKit.NSTextStorage
Parameters
Applies to
NSTextStorage(IntPtr)
protected internal NSTextStorage (IntPtr handle);
new AppKit.NSTextStorage : nativeint -> AppKit.NSTextStorage
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSTextStorage(String)
[Foundation.Export("initWithString:")]
public NSTextStorage (string str);
new AppKit.NSTextStorage : string -> AppKit.NSTextStorage
Parameters
- str
- String
- Attributes
Applies to
NSTextStorage(String, CTStringAttributes)
public NSTextStorage (string str, CoreText.CTStringAttributes attributes);
new AppKit.NSTextStorage : string * CoreText.CTStringAttributes -> AppKit.NSTextStorage
Parameters
- str
- String
- attributes
- CTStringAttributes
Applies to
NSTextStorage(String, NSDictionary)
public NSTextStorage (string str, Foundation.NSDictionary attributes);
new AppKit.NSTextStorage : string * Foundation.NSDictionary -> AppKit.NSTextStorage
Parameters
- str
- String
- attributes
- NSDictionary