Share via


TreeViewListAutomationPeer(TreeViewList) Constructor

Definition

Initializes a new instance of the TreeViewListAutomationPeer class.

Equivalent WinUI 2 API for UWP: TreeViewListAutomationPeer(TreeViewList) Constructor (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

 TreeViewListAutomationPeer(TreeViewList const& owner);
public TreeViewListAutomationPeer(TreeViewList owner);
function TreeViewListAutomationPeer(owner)
Public Sub New (owner As TreeViewList)

Parameters

owner
TreeViewList

The TreeViewList control instance to create the peer for.

Applies to