Compartilhar via


TreeViewItemDataAutomationPeer(Object, TreeViewListAutomationPeer) Construtor

Definição

Inicializa uma nova instância da classe TreeViewItemDataAutomationPeer .

Esta documentação se aplica ao WinUI 2 para UWP (para WinUI no SDK do Aplicativo Windows, consulte os namespaces SDK do Aplicativo Windows).

 TreeViewItemDataAutomationPeer(IInspectable const& item, TreeViewListAutomationPeer const& parent);
public TreeViewItemDataAutomationPeer(object item, TreeViewListAutomationPeer parent);
Public Sub New (item As Object, parent As TreeViewListAutomationPeer)

Parâmetros

item
Object

IInspectable

O TreeViewItem.

parent
TreeViewListAutomationPeer

A instância de controle pai TreeViewList para a qual criar o par.

Aplica-se a