ListViewAutomationPeer(ListView) 构造函数

定义

初始化 ListViewAutomationPeer 类的新实例。

 ListViewAutomationPeer(ListView const& owner);
public ListViewAutomationPeer(ListView owner);
function ListViewAutomationPeer(owner)
Public Sub New (owner As ListView)

参数

owner
ListView

要为其创建对等互连的 ListView

适用于