Share via


PersonPicture.Contact Propriété

Définition

Obtient ou définit un objet Contact qui contient des informations sur la personne.

API WinUI 2 équivalente pour UWP : Microsoft.UI.Xaml.Controls.PersonPicture.Contact (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).

public:
 property Contact ^ Contact { Contact ^ get(); void set(Contact ^ value); };
Contact Contact();

void Contact(Contact value);
public Contact Contact { get; set; }
var contact = personPicture.contact;
personPicture.contact = contact;
Public Property Contact As Contact
<PersonPicture Contact="{x:Bind contactObject}"/>

Valeur de propriété

Objet Contact qui contient des informations sur la personne.

S’applique à