TreeViewListAutomationPeer(TreeViewList) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.