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