Responder Developer Guide
GetContainerFromIndex<T> Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function GetContainerFromIndex(Of T As DependencyObject)( _
   ByVal control As ItemsControl, _
   ByVal index As Integer _
) As T
'Usage
 
Dim control As ItemsControl
Dim index As Integer
Dim value As T
 
value = ItemsControlUtilities.GetContainerFromIndex(Of T)(control, index)
[Extension()]
public static T GetContainerFromIndex<T>( 
   ItemsControl control,
   int index
)
where T: DependencyObject

Parameters

control
index

Type Parameters

T
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ItemsControlUtilities Class
ItemsControlUtilities Members

 

 


Send Comment