TreeViewListAutomationPeer(TreeViewList) Costruttore

Definizione

Inizializza una nuova istanza della classe TreeViewListAutomationPeer .

API WinUI 2 equivalente per UWP: Costruttore TreeViewListAutomationPeer(TreeViewList) (per WinUI nel SDK per app di Windows, vedere gli spazi dei nomi SDK per app di Windows).

 TreeViewListAutomationPeer(TreeViewList const& owner);
public TreeViewListAutomationPeer(TreeViewList owner);
function TreeViewListAutomationPeer(owner)
Public Sub New (owner As TreeViewList)

Parametri

owner
TreeViewList

Istanza del controllo TreeViewList per creare il peer per.

Si applica a