NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListView.ListItemCollection Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal owner As ListView _
)
[C#]
public ListView.ListItemCollection(
   ListView owner
);
[C++]
public: ListView.ListItemCollection(
   ListView* owner
);
[JScript]
public function ListView.ListItemCollection(
   owner : ListView
);

Parameters

owner
[To be supplied.]

See Also

ListView.ListItemCollection Class | ListView.ListItemCollection Members | System.WinForms Namespace