ItemContainerAutomationPeer(ItemContainer) 构造函数

定义

初始化 ItemContainerAutomationPeer 类的新实例。

 ItemContainerAutomationPeer(ItemContainer const& owner);
public ItemContainerAutomationPeer(ItemContainer owner);
function ItemContainerAutomationPeer(owner)
Public Sub New (owner As ItemContainer)

参数

owner
ItemContainer

要为其创建的 owner 元素。

适用于