NSTextStorage Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
NSTextStorage()
NSTextStorage(NSAttributedString)
public NSTextStorage (Foundation.NSAttributedString other);
new AppKit.NSTextStorage : Foundation.NSAttributedString -> AppKit.NSTextStorage
Paramètres
- other
- NSAttributedString
S’applique à
NSTextStorage(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextStorage (Foundation.NSCoder coder);
new AppKit.NSTextStorage : Foundation.NSCoder -> AppKit.NSTextStorage
Paramètres
- coder
- NSCoder
- Attributs
S’applique à
NSTextStorage(NSObjectFlag)
protected NSTextStorage (Foundation.NSObjectFlag t);
new AppKit.NSTextStorage : Foundation.NSObjectFlag -> AppKit.NSTextStorage
Paramètres
S’applique à
NSTextStorage(IntPtr)
protected internal NSTextStorage (IntPtr handle);
new AppKit.NSTextStorage : nativeint -> AppKit.NSTextStorage
Paramètres
- handle
-
IntPtr
nativeint
S’applique à
NSTextStorage(String)
[Foundation.Export("initWithString:")]
public NSTextStorage (string str);
new AppKit.NSTextStorage : string -> AppKit.NSTextStorage
Paramètres
- str
- String
- Attributs
S’applique à
NSTextStorage(String, CTStringAttributes)
public NSTextStorage (string str, CoreText.CTStringAttributes attributes);
new AppKit.NSTextStorage : string * CoreText.CTStringAttributes -> AppKit.NSTextStorage
Paramètres
- str
- String
- attributes
- CTStringAttributes
S’applique à
NSTextStorage(String, NSDictionary)
public NSTextStorage (string str, Foundation.NSDictionary attributes);
new AppKit.NSTextStorage : string * Foundation.NSDictionary -> AppKit.NSTextStorage
Paramètres
- str
- String
- attributes
- NSDictionary