Freigeben über


PersonPicture.Contact Eigenschaft

Definition

Ruft ein Contact-Objekt ab, das Informationen zur Person enthält, oder legt es fest.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.PersonPicture.Contact (Informationen zu WinUI in der Windows App SDK finden Sie im Windows App SDK Namespaces).

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}"/>

Eigenschaftswert

Ein Contact-Objekt , das Informationen zur Person enthält.

Gilt für: