Freigeben über


SyncList<TListType>-Klasse

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Vererbungshierarchie

System.Object
  System.Collections.ObjectModel.Collection<TListType>
    Microsoft.Reporting.WebForms.SyncList<TListType>
      Microsoft.Reporting.WebForms.ReportDataSourceCollection
      Microsoft.Reporting.WebForms.ReportViewerCookieCollection
      Microsoft.Reporting.WebForms.ReportViewerHeaderCollection

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SyncList(Of TListType) _
    Inherits Collection(Of TListType)
'Usage
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 unterstützt keine generischen Typen und Methoden.

Typparameter

  • TListType

Der SyncList<TListType>-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count (Geerbt von Collection<TListType>.)
Öffentliche Eigenschaft Item (Geerbt von Collection<TListType>.)
Geschützte Eigenschaft Items (Geerbt von Collection<TListType>.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add (Geerbt von Collection<TListType>.)
Öffentliche Methode Clear (Geerbt von Collection<TListType>.)
Geschützte Methode ClearItems Infrastruktur (Überschreibt Collection<T>.ClearItems().)
Öffentliche Methode Contains (Geerbt von Collection<TListType>.)
Öffentliche Methode CopyTo (Geerbt von Collection<TListType>.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator (Geerbt von Collection<TListType>.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode IndexOf (Geerbt von Collection<TListType>.)
Öffentliche Methode Insert (Geerbt von Collection<TListType>.)
Geschützte Methode InsertItem Infrastruktur (Überschreibt Collection<T>.InsertItem(Int32, T).)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Remove (Geerbt von Collection<TListType>.)
Öffentliche Methode RemoveAt (Geerbt von Collection<TListType>.)
Geschützte Methode RemoveItem Infrastruktur (Überschreibt Collection<T>.RemoveItem(Int32).)
Geschützte Methode SetItem Infrastruktur (Überschreibt Collection<T>.SetItem(Int32, T).)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IList.Add (Geerbt von Collection<TListType>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Contains (Geerbt von Collection<TListType>.)
Explizite SchnittstellenimplementierungPrivate Methode ICollection.CopyTo (Geerbt von Collection<TListType>.)
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable.GetEnumerator (Geerbt von Collection<TListType>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.IndexOf (Geerbt von Collection<TListType>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Insert (Geerbt von Collection<TListType>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.IsFixedSize (Geerbt von Collection<TListType>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection<T>.IsReadOnly (Geerbt von Collection<TListType>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.IsReadOnly (Geerbt von Collection<TListType>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.IsSynchronized (Geerbt von Collection<TListType>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.Item (Geerbt von Collection<TListType>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Remove (Geerbt von Collection<TListType>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.SyncRoot (Geerbt von Collection<TListType>.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.Reporting.WebForms-Namespace