Clase DeviceInfoCollection

Representa una colección de valores de configuración de la información de los dispositivos.

Jerarquía de herencia

System.Object
  System.Collections.ObjectModel.Collection<DeviceInfo>
    System.Collections.ObjectModel.KeyedCollection<String, DeviceInfo>
      Microsoft.Reporting.WebForms.DeviceInfoCollection

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public NotInheritable Class DeviceInfoCollection _
    Inherits KeyedCollection(Of String, DeviceInfo)
'Uso
Dim instance As DeviceInfoCollection
[SerializableAttribute]
[ComVisibleAttribute(false)]
public sealed class DeviceInfoCollection : KeyedCollection<string, DeviceInfo>
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class DeviceInfoCollection sealed : public KeyedCollection<String^, DeviceInfo^>
[<SealedAttribute>]
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type DeviceInfoCollection =  
    class
        inherit KeyedCollection<string, DeviceInfo>
    end
public final class DeviceInfoCollection extends KeyedCollection<String, DeviceInfo>

El tipo DeviceInfoCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Comparer (Se hereda de KeyedCollection<String, DeviceInfo>.)
Propiedad pública Count (Se hereda de Collection<DeviceInfo>.)
Propiedad protegida Dictionary (Se hereda de KeyedCollection<String, DeviceInfo>.)
Propiedad pública Item[TKey] (Se hereda de KeyedCollection<String, DeviceInfo>.)
Propiedad pública Item[Int32] (Se hereda de Collection<DeviceInfo>.)
Propiedad protegida Items (Se hereda de Collection<DeviceInfo>.)

Arriba

Métodos

  Nombre Descripción
Método público Add(T) (Se hereda de Collection<DeviceInfo>.)
Método público Add(String, String) Agrega un objeto DeviceInfo a la colección utilizando el nombre y valor especificados.
Método protegido ChangeItemKey (Se hereda de KeyedCollection<String, DeviceInfo>.)
Método público Clear (Se hereda de Collection<DeviceInfo>.)
Método protegido ClearItems (Se hereda de KeyedCollection<String, DeviceInfo>.)
Método público Contains(TKey) (Se hereda de KeyedCollection<String, DeviceInfo>.)
Método público Contains(T) (Se hereda de Collection<DeviceInfo>.)
Método público CopyTo (Se hereda de Collection<DeviceInfo>.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetEnumerator (Se hereda de Collection<DeviceInfo>.)
Método público GetHashCode (Se hereda de Object.)
Método protegido GetKeyForItem (Se hereda de KeyedCollection<String, DeviceInfo>.)
Método público GetType (Se hereda de Object.)
Método público IndexOf (Se hereda de Collection<DeviceInfo>.)
Método público Insert (Se hereda de Collection<DeviceInfo>.)
Método protegido InsertItem (Se hereda de KeyedCollection<String, DeviceInfo>.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público Remove(TKey) (Se hereda de KeyedCollection<String, DeviceInfo>.)
Método público Remove(T) (Se hereda de Collection<DeviceInfo>.)
Método público RemoveAt (Se hereda de Collection<DeviceInfo>.)
Método protegido RemoveItem (Se hereda de KeyedCollection<String, DeviceInfo>.)
Método protegido SetItem (Se hereda de KeyedCollection<String, DeviceInfo>.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IList.Add (Se hereda de Collection<DeviceInfo>.)
Implementación de interfaces explícitasMétodo privado IList.Contains (Se hereda de Collection<DeviceInfo>.)
Implementación de interfaces explícitasMétodo privado ICollection.CopyTo (Se hereda de Collection<DeviceInfo>.)
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator (Se hereda de Collection<DeviceInfo>.)
Implementación de interfaces explícitasMétodo privado IList.IndexOf (Se hereda de Collection<DeviceInfo>.)
Implementación de interfaces explícitasMétodo privado IList.Insert (Se hereda de Collection<DeviceInfo>.)
Implementación de interfaces explícitasPropiedad privada IList.IsFixedSize (Se hereda de Collection<DeviceInfo>.)
Implementación de interfaces explícitasPropiedad privada ICollection<T>.IsReadOnly (Se hereda de Collection<DeviceInfo>.)
Implementación de interfaces explícitasPropiedad privada IList.IsReadOnly (Se hereda de Collection<DeviceInfo>.)
Implementación de interfaces explícitasPropiedad privada ICollection.IsSynchronized (Se hereda de Collection<DeviceInfo>.)
Implementación de interfaces explícitasPropiedad privada IList.Item (Se hereda de Collection<DeviceInfo>.)
Implementación de interfaces explícitasMétodo privado IList.Remove (Se hereda de Collection<DeviceInfo>.)
Implementación de interfaces explícitasPropiedad privada ICollection.SyncRoot (Se hereda de Collection<DeviceInfo>.)

Arriba

Comentarios

La propiedad InteractiveDeviceInfos de la clase ReportViewer hace referencia a esta clase.

Las claves de la colección representan los nombres de los valores de configuración de la información de los dispositivos.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.Reporting.WebForms