ListViewExtrasGetObjectsFromListViewItems Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static List<Object> GetObjectsFromListViewItems(
ListView lv,
Type ty
)
Public Shared Function GetObjectsFromListViewItems (
lv As ListView,
ty As Type
) As List(Of Object)
public:
static List<Object^>^ GetObjectsFromListViewItems(
ListView^ lv,
Type^ ty
)
static member GetObjectsFromListViewItems :
lv : ListView *
ty : Type -> List<Object>
Parameters
- lv
- Type: System.Windows.FormsListView
- ty
- Type: SystemType
Return Value
Type:
ListObject
See Also