Partilhar via


TreeViewItemDataAutomationPeer(Object, TreeViewListAutomationPeer) Construtor

Definição

Inicializa uma nova instância da classe TreeViewItemDataAutomationPeer .

 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)

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