ItemsControlAutomationPeer(ItemsControl) 构造函数

定义

初始化 ItemsControlAutomationPeer 类的新实例。

 ItemsControlAutomationPeer(ItemsControl const& owner);
public ItemsControlAutomationPeer(ItemsControl owner);
function ItemsControlAutomationPeer(owner)
Public Sub New (owner As ItemsControl)

参数

owner
ItemsControl

要为其创建的 owner 元素。

适用于