ListViewExtrasGetObjectFromListViewItem Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Object GetObjectFromListViewItem(
ListView lv,
ListViewItem LVI,
Type ty
)
Public Shared Function GetObjectFromListViewItem (
lv As ListView,
LVI As ListViewItem,
ty As Type
) As Object
public:
static Object^ GetObjectFromListViewItem(
ListView^ lv,
ListViewItem^ LVI,
Type^ ty
)
static member GetObjectFromListViewItem :
lv : ListView *
LVI : ListViewItem *
ty : Type -> Object
Parameters
- lv
- Type: System.Windows.FormsListView
- LVI
- Type: System.Windows.FormsListViewItem
- ty
- Type: SystemType
Return Value
Type:
Object
See Also