This topic has not yet been rated - Rate this topic

ListViewItem Constructor (String[])

.NET Framework 1.1

Initializes a new instance of the ListViewItem class with an array of strings representing subitems.

[Visual Basic]
Public Sub New( _
   ByVal items() As String _
)
[C#]
public ListViewItem(
   string[] items
);
[C++]
public: ListViewItem(
   String* items __gc[]
);
[JScript]
public function ListViewItem(
   items : String[]
);

Parameters

items
An array of strings that represent the subitems of the new item.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

See Also

ListViewItem Class | ListViewItem Members | System.Windows.Forms Namespace | ListViewItem Constructor Overload List

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.