PersonPictureAutomationPeer(PersonPicture) 构造函数

定义

初始化 PersonPictureAutomationPeer 类的新实例。

适用于 UWP 的等效 WinUI 2 APIPersonPictureAutomationPeer ( (PersonPicture) WinUI 构造函数 (Windows 应用 SDK,请参阅Windows 应用 SDK命名空间) 。

 PersonPictureAutomationPeer(PersonPicture const& owner);
public PersonPictureAutomationPeer(PersonPicture owner);
function PersonPictureAutomationPeer(owner)
Public Sub New (owner As PersonPicture)

参数

owner
PersonPicture

要为其创建对等的 PersonPicture 控件实例。

适用于