DevForce Help Reference
GetListItemType Method


Returns the data type of the items in the specified data source.
Syntax
'Declaration
 
Public Shared Function GetListItemType( _
   ByVal pValue As Object _
) As Type
'Usage
 
Dim pValue As Object
Dim value As Type
 
value = ReflectionFns.GetListItemType(pValue)
public static Type GetListItemType( 
   object pValue
)

Parameters

pValue
Remarks
This is very similar to the ListBindingHelper.GetListItemType but does not depend on System.Windows.WinForms.
Requirements

Target Platforms: Windows 7, 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

Reference

ReflectionFns Class
ReflectionFns Members

Send Feedback