ListBoxItemDataAutomationPeer(Object, ListBoxAutomationPeer) Costruttore

Definizione

Inizializza una nuova istanza della classe ListBoxItemDataAutomationPeer .

 ListBoxItemDataAutomationPeer(IInspectable const& item, ListBoxAutomationPeer const& parent);
public ListBoxItemDataAutomationPeer(object item, ListBoxAutomationPeer parent);
function ListBoxItemDataAutomationPeer(item, parent)
Public Sub New (item As Object, parent As ListBoxAutomationPeer)

Parametri

item
Object

IInspectable

Elemento di dati specifico.

parent
ListBoxAutomationPeer

Peer di automazione per ListBox che contiene l'elemento.

Si applica a