次の方法で共有


PersonPicture.Contact プロパティ

定義

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

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 オブジェクト。

適用対象