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.
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.