ListViewItem Constructor (array<String^>^, ListViewGroup^)
.NET Framework (current version)
Initializes a new instance of the ListViewItem class with an array of strings representing subitems, and assigns the item to the specified group.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- items
-
Type:
array<System::String^>^
An array of strings that represent the subitems of the new item.
- group
-
Type:
System.Windows.Forms::ListViewGroup^
The ListViewGroup to assign the item to.
This version of the constructor allows you to specify the group to which an item belongs.
Note |
|---|
ListView groups are only available on Windows XP and the Windows Server 2003 family (Windows XP Home Edition, Windows XP Professional, Windows Server 2003). For more information, see the ListViewGroup overview topic. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
