Edit

Share via


DeviceCollection Class

Definition

public ref class DeviceCollection : Microsoft::Lync::Model::Internal::UCWLite, System::Collections::Generic::ICollection<Microsoft::Lync::Model::Device::Device ^>, System::Collections::Generic::IEnumerable<Microsoft::Lync::Model::Device::Device ^>, System::Collections::Generic::IList<Microsoft::Lync::Model::Device::Device ^>
public class DeviceCollection : Microsoft.Lync.Model.Internal.UCWLite, System.Collections.Generic.ICollection<Microsoft.Lync.Model.Device.Device>, System.Collections.Generic.IEnumerable<Microsoft.Lync.Model.Device.Device>, System.Collections.Generic.IList<Microsoft.Lync.Model.Device.Device>
type DeviceCollection = class
    inherit UCWLite
    interface IList<Device>
    interface ICollection<Device>
    interface seq<Device>
    interface IEnumerable
Public Class DeviceCollection
Inherits UCWLite
Implements ICollection(Of Device), IEnumerable(Of Device), IList(Of Device)
Inheritance
Implements

Properties

Count
InnerObject (Inherited from UCWBase)
IsReadOnly
Item[Int32]

Methods

Add(Device)
Clear()
Contains(Device)
CopyTo(Device[], Int32)
GetEnumerator()
IndexOf(Device)
Insert(Int32, Device)
Remove(Device)
RemoveAt(Int32)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to