TreeViewItemDataAutomationPeer(Object, TreeViewListAutomationPeer) 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 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.