TreeViewItemDataAutomationPeer(Object, TreeViewListAutomationPeer) 建構函式

定義

初始化 TreeViewItemDataAutomationPeer 類別的新實例。

 TreeViewItemDataAutomationPeer(IInspectable const& item, TreeViewListAutomationPeer const& parent);
public TreeViewItemDataAutomationPeer(object item, TreeViewListAutomationPeer parent);
function TreeViewItemDataAutomationPeer(item, parent)
Public Sub New (item As Object, parent As TreeViewListAutomationPeer)

參數

item
Object

IInspectable

TreeViewItem

parent
TreeViewListAutomationPeer

要為其建立對等的 TreeViewList 父控件實例。

適用於