ContactManager.ShowFullContactCard(Contact, FullContactCardOptions)
ContactManager.ShowFullContactCard(Contact, FullContactCardOptions)
ContactManager.ShowFullContactCard(Contact, FullContactCardOptions)
ContactManager.ShowFullContactCard(Contact, FullContactCardOptions)
ContactManager.ShowFullContactCard(Contact, FullContactCardOptions)
Method
Definition
Queries the operating system for a user’s contact and shows the contact data in a full contact card.
public : static void ShowFullContactCard(Contact contact, FullContactCardOptions fullContactCardOptions)
static void ShowFullContactCard(Contact contact, FullContactCardOptions fullContactCardOptions) const;
public static void ShowFullContactCard(Contact contact, FullContactCardOptions fullContactCardOptions)
Public Shared Sub ShowFullContactCard(contact As Contact, fullContactCardOptions As FullContactCardOptions)
Windows.ApplicationModel.Contacts.ContactManager.showFullContactCard(contact, fullContactCardOptions);
Parameters
The object that represents the contact that the app wants to display the contact card for.contact must contain at least an Id, Emails, or a phone number from a Phones list to query the user’s contact database to retrieve a matching contact to display. Id has higher priority for querying. If an Id matches, the rest of query parameters will be ignored for matching purposes. If an Id does not find a match, the query uses the rest of query parameters. Emails and Phones have equal priority for matching. If multiple email addresses, or phone numbers, or both are provided, the query first performs an exact match, requiring all query parameters to match a system contact record. If this results in no matches, the query uses "best effort" match, in which a match of any query parameters is sufficient.
If no matches occur, the data in the input contact displays in the contact card. If a match occurs, only system contact data displays, and the data in the input contact is discarded.
- fullContactCardOptions
- FullContactCardOptions FullContactCardOptions FullContactCardOptions
Specifies how to display the full contact card.
Additional features and requirements
Capabilities |
contactsSystem
|
See also
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...