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.
Represents a ReadOnlyObservableCollection of DeviceInfo objects.
Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)
Inheritance Hierarchy
System.Object
  Microsoft.WindowsServerSolutions.Common.ProviderFramework.ThreadSafeReadOnlyObservableCollection<T>
    Microsoft.WindowsServerSolutions.Common.Devices.ReadOnlyDeviceInfoCollection
Syntax
public class ReadOnlyDeviceInfoCollection : ThreadSafeReadOnlyObservableCollection<DeviceInfo>
public ref class ReadOnlyDeviceInfoCollection : ThreadSafeReadOnlyObservableCollection<DeviceInfo^>
Public Class ReadOnlyDeviceInfoCollection
    Inherits ThreadSafeReadOnlyObservableCollection(Of DeviceInfo)
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | ReadOnlyDeviceInfoCollection(ObservableCollection<DeviceInfo>) | Initializes a new instance of the ReadOnlyDeviceInfoCollection class that uses the specified list of DeviceInfo objects. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Count | Gets the number of elements in the collection.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) | IsReadOnly | Indicates whether the collection is read only.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) | Item[Int32] | Gets the item at the specified index from the collection.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Contains(T) | Determines whether the collection contains a specified item.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) | Contains(Object) | Determines whether the collection contains a specified value.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) | ContainsId(String) | Indicates whether the connection contains a device with the specified device identifier. | 
| .jpeg) | CopyTo(T[], Int32) | Copies the elements of the collection to an array, starting at a specified index.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) | CopyTo(Array, Int32) | Copies the elements of the collection to an array, starting at a specified index.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetDeviceIds() | Returns a collection of device identifiers. | 
| .jpeg) | GetDeviceInfo(String) | Returns information about a specified device. | 
| .jpeg) | GetEnumerator() | Returns an enumerator that iterates through a collection.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | IndexOf(T) | Returns the index of the first occurrence of an object in the collection.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) | IndexOf(Object) | Returns the index of the first occurrence of an object in the collection.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | Remove(T) | Removes the specified item from the collection.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Events
| Name | Description | |
|---|---|---|
| .jpeg) | CollectionChanged | Represents an event that occurs when an item is added or removed.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) | PropertyChanged | Represents an event that occurs when a property value changes.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .jpeg) .jpeg) | ICollection<T>.Add(T) | Adds the specified item to the collection.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) .jpeg) | ICollection<T>.Clear() | Clears the collection.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) .jpeg) | IList<T>.Insert(Int32, T) | Inserts the specified item into the collection at the specified index.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) .jpeg) | IList<T>.RemoveAt(Int32) | Removes the item at the specified index from the collection.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) .jpeg) | IEnumerable.GetEnumerator() | Returns an enumerator that iterates through a collection.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) .jpeg) | IList.Add(Object) | Adds the specified value to the collection.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) .jpeg) | IList.Clear() | Clears the collection.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) .jpeg) | IList.Insert(Int32, Object) | Inserts the specified value into the collection at the specified index.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) .jpeg) | IList.Remove(Object) | Removes the specified value from the collection.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) .jpeg) | IList.RemoveAt(Int32) | Removes the value at the specified index from the collection.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) .jpeg) | ICollection.IsSynchronized | Indicates whether the collection is synchronized.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) .jpeg) | ICollection.SyncRoot | Gets an object that can be used to synchronize access to the collection.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) .jpeg) | IList.IsFixedSize | Indicates whether the collection is a fixed size.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
| .jpeg) .jpeg) | IList.Item[Int32] | Gets the item at the specified index from the collection.(Inherited from ThreadSafeReadOnlyObservableCollection<T>.) | 
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top