Version

CreateAutomationPeer Method (XamCarouselListBoxAutomationPeer)

Returns an automation peer used to represent the specified item
Syntax
'Declaration
 
Protected Overrides Function CreateAutomationPeer( _
   ByVal item As Object _
) As RecycleableItemAutomationPeer
protected override RecycleableItemAutomationPeer CreateAutomationPeer( 
   object item
)

Parameters

item
The item from the items collection for which an automation peer is being requested

Return Value

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also