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.ListItems

[To be supplied.]

[Visual Basic]
Public ReadOnly Property ListItems As ListView.ListItemCollection
[C#]
public ListView.ListItemCollection ListItems {get;}
[C++]
public: __property ListView.ListItemCollection* get_ListItems();
[JScript]
public function get ListItems() : ListView.ListItemCollection;

See Also

ListView Class | ListView Members | System.WinForms Namespace