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.SelectedListItemCollection.All

[To be supplied.]

[Visual Basic]
Public Property All As ListItem ()
[C#]
public ListItem[] All {get; set;}
[C++]
public: __property ListItem* get_All();
public: __property void set_All(ListItem*[]);
[JScript]
public function get All() : ListItem[];
public function set All(ListItem[]);

See Also

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