Compartir a través de


ItemsControlAutomationPeer(ItemsControl) Constructor

Definición

Inicializa una nueva instancia de la clase ItemsControlAutomationPeer .

 ItemsControlAutomationPeer(ItemsControl const& owner);
public ItemsControlAutomationPeer(ItemsControl owner);
function ItemsControlAutomationPeer(owner)
Public Sub New (owner As ItemsControl)

Parámetros

owner
ItemsControl

Elemento owner para el que se va a crear.

Se aplica a