Freigeben über


ModelComponentCollection-Member

Contains a collection of ModelComponent objects.

Der ModelComponentCollection-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode ModelComponentCollection

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode Add(ModelComponent) Infrastruktur.
Geschützte Methode Add(String, IModelComponent)
Geschützte Methode Add(ModelComponent, Boolean) Infrastruktur.
Geschützte Methode Add(String, IModelComponent, Boolean)
Geschützte Methode AddNew(String, Type) Infrastruktur.
Geschützte Methode AddNew(String, String, Type) Infrastruktur.
Öffentliche Methode CanAdd Infrastruktur.
Geschützte Methode ChangeKey Infrastruktur.
Öffentliche Methode Clear Removes all elements from the ModelComponentCollection.
Geschützte Methode Contains(String) Determines whether an item with the specified key is in the ModelComponentCollection.
Geschützte Methode Contains(IModelComponent)
Öffentliche Methode CopyTo Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array.
Geschützte Methode EnsureLoaded Infrastruktur.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator Returns an enumerator that can iterate through the ModelComponentCollection.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Geschützte Methode GetItem Gets a reference to the specified component.
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode IndexOf(String) Returns the zero-based index of the first occurrence of an IModelComponent that has the specified key in the ModelComponentCollection.
Geschützte Methode IndexOf(IModelComponent)
Geschützte Methode Insert(Int32, ModelComponent) Infrastruktur.
Geschützte Methode Insert(IModelComponent, String, Int32)
Geschützte Methode Insert(IModelComponent, String, Int32, Boolean)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode Remove
Öffentliche Methode RemoveAt(Int32) Removes the IModelComponent at the specified index from the ModelComponentCollection.
Öffentliche Methode RemoveAt(Int32, Boolean) Infrastruktur.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of ModelComponent objects in the ModelComponentCollection.
Geschützte Eigenschaft DemandLoadingService Infrastruktur.
Öffentliche Eigenschaft IsFixedSize Gets a value indicating whether the ModelComponentCollection has a fixed size.
Öffentliche Eigenschaft IsReadOnly Gets a value indicating whether the ModelComponentCollection is read-only.
Öffentliche Eigenschaft IsSynchronized Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe).
Geschützte Eigenschaft Item Gets the IModelComponent at the specified index.
Geschützte Eigenschaft ItemsType Gets the Type of objects that can be contained by the ModelComponentCollection.
Öffentliche Eigenschaft Parent Gets the IModelComponent that contains the ModelComponentCollection.
Geschützte Eigenschaft Preloadable Infrastruktur.
Öffentliche Eigenschaft SyncRoot Gets an object that can be used to synchronize access to the ModelComponentCollection.

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis CollectionChanged Infrastruktur.
Öffentliches Ereignis CollectionChanging Infrastruktur.

Zum Anfang