PersonPicture.Contact Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Contact-Objekts , das Informationen über die Person enthält.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe die 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; }
Public Property Contact As Contact
<PersonPicture Contact="{x:Bind contactObject}"/>

Eigenschaftswert

Ein Contact-Objekt , das Informationen über die Person enthält.

Gilt für: