共用方式為


TreeViewItemDataAutomationPeer(Object, TreeViewListAutomationPeer) 建構函式

定義

初始化 TreeViewItemDataAutomationPeer 類別的新實例。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。

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

參數

item
Object

IInspectable

TreeViewItem

parent
TreeViewListAutomationPeer

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

適用於