Share via


PersonPicture.Contact プロパティ

定義

ユーザーに関する情報を含む Contact オブジェクトを取得または設定します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.PersonPicture.Contact (Windows App SDKの WinUI の場合は、Windows App SDK名前空間を参照してください)。

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

プロパティ値

ユーザーに関する情報を含む Contact オブジェクト。

適用対象