ItemsControlAutomationPeer(ItemsControl) Constructor

Definition

Initializes a new instance of the ItemsControlAutomationPeer class.

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

Parameters

owner
ItemsControl

The owner element to create for.

Applies to