CNPostalAddressFormatter.GetAttributedStringFrom Method
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.
Returns the postalAddress
as an attributed string with default attributes of attributes
and styled per style
.
[Foundation.Export("attributedStringFromPostalAddress:style:withDefaultAttributes:")]
public static Foundation.NSAttributedString GetAttributedStringFrom (Contacts.CNPostalAddress postalAddress, Contacts.CNPostalAddressFormatterStyle style, Foundation.NSDictionary attributes);
static member GetAttributedStringFrom : Contacts.CNPostalAddress * Contacts.CNPostalAddressFormatterStyle * Foundation.NSDictionary -> Foundation.NSAttributedString
Parameters
- postalAddress
- CNPostalAddress
- attributes
- NSDictionary
Returns
- Attributes