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.
Initializes a new instance of the ReadOnlyDeviceInfoCollection class that uses the specified list of DeviceInfo objects.
Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)
Syntax
public ReadOnlyDeviceInfoCollection(
    ObservableCollection<DeviceInfo> list
)
public:
ReadOnlyDeviceInfoCollection(
    ObservableCollection<DeviceInfo^>^ list
)
Public Sub New (
    list As ObservableCollection(Of DeviceInfo)
)
Parameters
- list 
 Type: System.Collections.ObjectModel.ObservableCollection<DeviceInfo>- An ObservableCollection list of DeviceInfo objects. 
See Also
ReadOnlyDeviceInfoCollection Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top