Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
Jerarquía de herencia
System.Object
System.Collections.ObjectModel.Collection<TListType>
Microsoft.Reporting.WinForms.SyncList<TListType>
Microsoft.Reporting.WinForms.ReportDataSourceCollection
Microsoft.Reporting.WinForms.ReportViewerCookieCollection
Microsoft.Reporting.WinForms.ReportViewerHeaderCollection
Espacio de nombres: Microsoft.Reporting.WinForms
Ensamblado: Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class SyncList(Of TListType) _
Inherits Collection(Of TListType)
'Uso
Dim instance As SyncList(Of TListType)
[SerializableAttribute]
public class SyncList<TListType> : Collection<TListType>
[SerializableAttribute]
generic<typename TListType>
public ref class SyncList : public Collection<TListType>
[<SerializableAttribute>]
type SyncList<'TListType> =
class
inherit Collection<'TListType>
end
JScript no admite tipos y métodos genéricos.
Parámetros de tipo
- TListType
El tipo SyncList<TListType> expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
Count | (Se hereda de Collection<TListType>.) |
![]() |
Item | (Se hereda de Collection<TListType>.) |
![]() |
Items | (Se hereda de Collection<TListType>.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Add | (Se hereda de Collection<TListType>.) |
![]() |
Clear | (Se hereda de Collection<TListType>.) |
![]() |
ClearItems | Infraestructura. (Invalida Collection<T>.ClearItems().) |
![]() |
Contains | (Se hereda de Collection<TListType>.) |
![]() |
CopyTo | (Se hereda de Collection<TListType>.) |
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetEnumerator | (Se hereda de Collection<TListType>.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
IndexOf | (Se hereda de Collection<TListType>.) |
![]() |
Insert | (Se hereda de Collection<TListType>.) |
![]() |
InsertItem | Infraestructura. (Invalida Collection<T>.InsertItem(Int32, T).) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
Remove | (Se hereda de Collection<TListType>.) |
![]() |
RemoveAt | (Se hereda de Collection<TListType>.) |
![]() |
RemoveItem | Infraestructura. (Invalida Collection<T>.RemoveItem(Int32).) |
![]() |
SetItem | Infraestructura. (Invalida Collection<T>.SetItem(Int32, T).) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
| Nombre | Descripción | |
|---|---|---|
![]() ![]() |
IList.Add | (Se hereda de Collection<TListType>.) |
![]() ![]() |
IList.Contains | (Se hereda de Collection<TListType>.) |
![]() ![]() |
ICollection.CopyTo | (Se hereda de Collection<TListType>.) |
![]() ![]() |
IEnumerable.GetEnumerator | (Se hereda de Collection<TListType>.) |
![]() ![]() |
IList.IndexOf | (Se hereda de Collection<TListType>.) |
![]() ![]() |
IList.Insert | (Se hereda de Collection<TListType>.) |
![]() ![]() |
IList.IsFixedSize | (Se hereda de Collection<TListType>.) |
![]() ![]() |
ICollection<T>.IsReadOnly | (Se hereda de Collection<TListType>.) |
![]() ![]() |
IList.IsReadOnly | (Se hereda de Collection<TListType>.) |
![]() ![]() |
ICollection.IsSynchronized | (Se hereda de Collection<TListType>.) |
![]() ![]() |
IList.Item | (Se hereda de Collection<TListType>.) |
![]() ![]() |
IList.Remove | (Se hereda de Collection<TListType>.) |
![]() ![]() |
ICollection.SyncRoot | (Se hereda de Collection<TListType>.) |
Arriba
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.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)