NSTextStorage Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
NSTextStorage()
NSTextStorage(NSAttributedString)
public NSTextStorage (Foundation.NSAttributedString other);
new AppKit.NSTextStorage : Foundation.NSAttributedString -> AppKit.NSTextStorage
Parâmetros
- other
- NSAttributedString
Aplica-se a
NSTextStorage(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextStorage (Foundation.NSCoder coder);
new AppKit.NSTextStorage : Foundation.NSCoder -> AppKit.NSTextStorage
Parâmetros
- coder
- NSCoder
- Atributos
Aplica-se a
NSTextStorage(NSObjectFlag)
protected NSTextStorage (Foundation.NSObjectFlag t);
new AppKit.NSTextStorage : Foundation.NSObjectFlag -> AppKit.NSTextStorage
Parâmetros
Aplica-se a
NSTextStorage(IntPtr)
protected internal NSTextStorage (IntPtr handle);
new AppKit.NSTextStorage : nativeint -> AppKit.NSTextStorage
Parâmetros
- handle
-
IntPtr
nativeint
Aplica-se a
NSTextStorage(String)
[Foundation.Export("initWithString:")]
public NSTextStorage (string str);
new AppKit.NSTextStorage : string -> AppKit.NSTextStorage
Parâmetros
- str
- String
- Atributos
Aplica-se a
NSTextStorage(String, CTStringAttributes)
public NSTextStorage (string str, CoreText.CTStringAttributes attributes);
new AppKit.NSTextStorage : string * CoreText.CTStringAttributes -> AppKit.NSTextStorage
Parâmetros
- str
- String
- attributes
- CTStringAttributes
Aplica-se a
NSTextStorage(String, NSDictionary)
public NSTextStorage (string str, Foundation.NSDictionary attributes);
new AppKit.NSTextStorage : string * Foundation.NSDictionary -> AppKit.NSTextStorage
Parâmetros
- str
- String
- attributes
- NSDictionary