Version

CreateAutomationPeer Method (RecyclingItemsControlAutomationPeer)

Used to create an automation peer that will represent an item from the associated Infragistics.Windows.Virtualization.RecyclingItemsControl
Syntax
'Declaration
 
Protected MustOverride Function CreateAutomationPeer( _
   ByVal item As Object _
) As RecycleableItemAutomationPeer
protected abstract RecycleableItemAutomationPeer CreateAutomationPeer( 
   object item
)

Parameters

item
Item for which the automation peer is to be created

Return Value

An RecycleableItemAutomationPeer that represents the specified item.
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