Share via


ListBoxItemAutomationPeer(ListBoxItem) Constructor

Definición

Inicializa una nueva instancia de la clase ListBoxItemAutomationPeer .

 ListBoxItemAutomationPeer(ListBoxItem const& owner);
public ListBoxItemAutomationPeer(ListBoxItem owner);
function ListBoxItemAutomationPeer(owner)
Public Sub New (owner As ListBoxItem)

Parámetros

owner
ListBoxItem

Elemento owner para el que se va a crear.

Se aplica a