Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a collection of items.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public ObservableCollection<ListViewItem> Items { get; }
public:
property ObservableCollection<ListViewItem^>^ Items {
ObservableCollection<ListViewItem^>^ get();
}
Public ReadOnly Property Items As ObservableCollection(Of ListViewItem)
Property Value
Type: System.Collections.ObjectModel.ObservableCollection<ListViewItem>
A collection of items.
See Also
FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top