TreeViewListAutomationPeer(TreeViewList) Constructor

Definition

Initializes a new instance of the TreeViewListAutomationPeer class.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

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

Parameters

owner
TreeViewList

The TreeViewList control instance to create the peer for.

Applies to