NSAttributedStringDocumentReadingOptions 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
| Name | Description |
|---|---|
| NSAttributedStringDocumentReadingOptions() |
Creates a new NSAttributedStringDocumentReadingOptions with default (empty) values. |
| NSAttributedStringDocumentReadingOptions(NSDictionary) |
Creates a new NSAttributedStringDocumentReadingOptions from the values that are specified in |
NSAttributedStringDocumentReadingOptions()
Creates a new NSAttributedStringDocumentReadingOptions with default (empty) values.
[Foundation.Preserve(Conditional=true)]
public NSAttributedStringDocumentReadingOptions();
public NSAttributedStringDocumentReadingOptions();
- Attributes
Applies to
NSAttributedStringDocumentReadingOptions(NSDictionary)
Creates a new NSAttributedStringDocumentReadingOptions from the values that are specified in dictionary.
[Foundation.Preserve(Conditional=true)]
public NSAttributedStringDocumentReadingOptions(Foundation.NSDictionary? dictionary);
public NSAttributedStringDocumentReadingOptions(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new UIKit.NSAttributedStringDocumentReadingOptions : Foundation.NSDictionary -> UIKit.NSAttributedStringDocumentReadingOptions
new UIKit.NSAttributedStringDocumentReadingOptions : Foundation.NSDictionary -> UIKit.NSAttributedStringDocumentReadingOptions
Parameters
- dictionary
- NSDictionary
The dictionary to use to populate the properties of this type.
- Attributes