Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 849 Bytes

itemscontrolautomationpeer_createitemautomationpeer_1938957340.md

File metadata and controls

28 lines (18 loc) · 849 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer.CreateItemAutomationPeer(System.Object)
winrt method

Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer.CreateItemAutomationPeer

-description

Creates a new instance of the ItemAutomationPeer for a data item in the Items collection of this ItemsControl.

-parameters

-param item

The data item that is associated with this ItemAutomationPeer.

-returns

The new ItemAutomationPeer created.

-remarks

-examples

-see-also