ItemsControlAutomationPeer(ItemsControl) Constructor

Definition

Provides initialization for base class values when called by the constructor of a derived class.

protected:
 ItemsControlAutomationPeer(System::Windows::Controls::ItemsControl ^ owner);
protected ItemsControlAutomationPeer (System.Windows.Controls.ItemsControl owner);
new System.Windows.Automation.Peers.ItemsControlAutomationPeer : System.Windows.Controls.ItemsControl -> System.Windows.Automation.Peers.ItemsControlAutomationPeer
Protected Sub New (owner As ItemsControl)

Parameters

owner
ItemsControl

The ItemsControl that is associated with this ItemsControlAutomationPeer.

Applies to