CNContactFormatter.GetAttributedString(CNContact, NSDictionary) Method

Definition

Returns an attributed string for the CNContact.

[Foundation.Export("attributedStringFromContact:defaultAttributes:")]
public virtual Foundation.NSAttributedString GetAttributedString (Contacts.CNContact contact, Foundation.NSDictionary attributes);
override this.GetAttributedString : Contacts.CNContact * Foundation.NSDictionary -> Foundation.NSAttributedString

Parameters

contact
CNContact
attributes
NSDictionary

To be added.

This parameter can be null.

Returns

Attributes

Applies to