AppBarAutomationPeer(AppBar) 构造函数

定义

初始化 AppBarAutomationPeer 类的新实例。

 AppBarAutomationPeer(AppBar const& owner);
public AppBarAutomationPeer(AppBar owner);
function AppBarAutomationPeer(owner)
Public Sub New (owner As AppBar)

参数

owner
AppBar

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

适用于