PersonPicture.Contact 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 Contact 物件,其中包含人員的相關資訊。
適用于 UWP 的對等 WinUI 2 API:Microsoft.UI.Xaml.Controls.PersonPicture.Contact (for WinUI in the Windows 應用程式 SDK,請參閱Windows 應用程式 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物件,其中包含人員的相關資訊。