PersonPicture.Contact Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.