ItemsControlAutomationPeer.CreateItemAutomationPeer(Object) Method
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.
Creates a new instance of the ItemAutomationPeer for a data item in the Items collection of this ItemsControl.
ItemAutomationPeer CreateItemAutomationPeer(IInspectable const& item);
public ItemAutomationPeer CreateItemAutomationPeer(object item);
function createItemAutomationPeer(item)
Public Function CreateItemAutomationPeer (item As Object) As ItemAutomationPeer
Parameters
- item
-
Object
IInspectable
The data item that is associated with this ItemAutomationPeer.
Returns
The new ItemAutomationPeer created.