ItemAutomationPeer(Object, ItemsControlAutomationPeer) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ItemAutomationPeer class.
ItemAutomationPeer(IInspectable const& item, ItemsControlAutomationPeer const& parent);
public ItemAutomationPeer(object item, ItemsControlAutomationPeer parent);
function ItemAutomationPeer(item, parent)
Public Sub New (item As Object, parent As ItemsControlAutomationPeer)
Parameters
- item
-
Object
IInspectable
The specific item to create for.
- parent
- ItemsControlAutomationPeer
The items-control owner to create for.