NSTextStorage Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
NSTextStorage()
NSTextStorage(NSAttributedString)
public NSTextStorage (Foundation.NSAttributedString other);
new AppKit.NSTextStorage : Foundation.NSAttributedString -> AppKit.NSTextStorage
Parameter
- other
- NSAttributedString
Gilt für:
NSTextStorage(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextStorage (Foundation.NSCoder coder);
new AppKit.NSTextStorage : Foundation.NSCoder -> AppKit.NSTextStorage
Parameter
- coder
- NSCoder
- Attribute
Gilt für:
NSTextStorage(NSObjectFlag)
protected NSTextStorage (Foundation.NSObjectFlag t);
new AppKit.NSTextStorage : Foundation.NSObjectFlag -> AppKit.NSTextStorage
Parameter
Gilt für:
NSTextStorage(IntPtr)
protected internal NSTextStorage (IntPtr handle);
new AppKit.NSTextStorage : nativeint -> AppKit.NSTextStorage
Parameter
- handle
-
IntPtr
nativeint
Gilt für:
NSTextStorage(String)
[Foundation.Export("initWithString:")]
public NSTextStorage (string str);
new AppKit.NSTextStorage : string -> AppKit.NSTextStorage
Parameter
- str
- String
- Attribute
Gilt für:
NSTextStorage(String, CTStringAttributes)
public NSTextStorage (string str, CoreText.CTStringAttributes attributes);
new AppKit.NSTextStorage : string * CoreText.CTStringAttributes -> AppKit.NSTextStorage
Parameter
- str
- String
- attributes
- CTStringAttributes
Gilt für:
NSTextStorage(String, NSDictionary)
public NSTextStorage (string str, Foundation.NSDictionary attributes);
new AppKit.NSTextStorage : string * Foundation.NSDictionary -> AppKit.NSTextStorage
Parameter
- str
- String
- attributes
- NSDictionary