Share via


ListBoxItemAutomationPeer(ListBoxItem) 构造函数

定义

初始化 ListBoxItemAutomationPeer 类的新实例。

 ListBoxItemAutomationPeer(ListBoxItem const& owner);
public ListBoxItemAutomationPeer(ListBoxItem owner);
function ListBoxItemAutomationPeer(owner)
Public Sub New (owner As ListBoxItem)

参数

owner
ListBoxItem

要为其创建的 owner 元素。

适用于