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 | |
---|---|---|
Comparer | (Se hereda de KeyedCollection<String, DeviceInfo>.) | |
Count | (Se hereda de Collection<DeviceInfo>.) | |
Dictionary | (Se hereda de KeyedCollection<String, DeviceInfo>.) | |
Item[TKey] | (Se hereda de KeyedCollection<String, DeviceInfo>.) | |
Item[Int32] | (Se hereda de Collection<DeviceInfo>.) | |
Items | (Se hereda de Collection<DeviceInfo>.) |
Arriba
Métodos
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IList.Add | (Se hereda de Collection<DeviceInfo>.) | |
IList.Contains | (Se hereda de Collection<DeviceInfo>.) | |
ICollection.CopyTo | (Se hereda de Collection<DeviceInfo>.) | |
IEnumerable.GetEnumerator | (Se hereda de Collection<DeviceInfo>.) | |
IList.IndexOf | (Se hereda de Collection<DeviceInfo>.) | |
IList.Insert | (Se hereda de Collection<DeviceInfo>.) | |
IList.IsFixedSize | (Se hereda de Collection<DeviceInfo>.) | |
ICollection<T>.IsReadOnly | (Se hereda de Collection<DeviceInfo>.) | |
IList.IsReadOnly | (Se hereda de Collection<DeviceInfo>.) | |
ICollection.IsSynchronized | (Se hereda de Collection<DeviceInfo>.) | |
IList.Item | (Se hereda de Collection<DeviceInfo>.) | |
IList.Remove | (Se hereda de Collection<DeviceInfo>.) | |
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.