RepeaterAutomationPeer(ItemsRepeater) 构造函数

定义

初始化 RepeaterAutomationPeer 类的新实例。

 RepeaterAutomationPeer(ItemsRepeater const& owner);
public RepeaterAutomationPeer(ItemsRepeater owner);
function RepeaterAutomationPeer(owner)
Public Sub New (owner As ItemsRepeater)

参数

owner
ItemsRepeater

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

适用于