TreeViewItemDataAutomationPeer(Object, TreeViewListAutomationPeer) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.