TreeViewItemDataAutomationPeer(Object, TreeViewListAutomationPeer) Constructor

Definition

Initializes a new instance of the TreeViewItemDataAutomationPeer class.

 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)

Parameters

item
Object

IInspectable

The TreeViewItem.

parent
TreeViewListAutomationPeer

The TreeViewList parent control instance for which to create the peer.

Applies to