Freigeben über


DashboardElementCollection-Member

Gilt für: PerformancePoint-Dienste für SharePoint Server, Enterprise-Version
Stellt eine Auflistung von Dashboardelementen.

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

Konstruktoren

  Name Beschreibung
Öffentliche Methode DashboardElementCollection Initialisiert eine neue Instanz der DashboardElementCollection -Klasse.

Oben

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Comparer (Geerbt von KeyedCollection<Guid, DashboardElement>.)
Öffentliche Eigenschaft Count (Geerbt von Collection<DashboardElement>.)
Geschützte Eigenschaft Dictionary (Geerbt von KeyedCollection<Guid, DashboardElement>.)
Öffentliche Eigenschaft Item[Int32] (Geerbt von Collection<DashboardElement>.)
Öffentliche Eigenschaft Item[Guid] Ruft ab oder legt das Objekt mit der angegebenen GUID. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)
Geschützte Eigenschaft Items (Geerbt von Collection<DashboardElement>.)

Oben

Methoden

  Name Beschreibung
Öffentliche Methode Add (Geerbt von Collection<DashboardElement>.)
Öffentliche Methode AddRange Fügt das in dieser Auflistung der angegebenen Auflistung. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)
Geschützte Methode ChangeItemKey (Geerbt von KeyedCollection<Guid, DashboardElement>.)
Öffentliche Methode Clear (Geerbt von Collection<DashboardElement>.)
Geschützte Methode ClearItems (Geerbt von KeyedCollection<Guid, DashboardElement>.)
Öffentliche Methode Clone Erstellt eine tiefe Kopie dieses Objekts. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)
Öffentliche Methode Contains(TKey) (Geerbt von KeyedCollection<Guid, DashboardElement>.)
Öffentliche Methode Contains(T) (Geerbt von Collection<DashboardElement>.)
Öffentliche Methode CopyTo (Geerbt von Collection<DashboardElement>.)
Öffentliche Methode Diff Vergleicht diese Auflistung mit einer anderen Auflistung und gibt die Unterschiede. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode Exists Bestimmt, ob die Auflistung Objekte enthält, die durch das angegebene Prädikat definierten Bedingungen erfüllen. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode ForEach Führt die angegebene Aktion für jedes Objekt in der Auflistung. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)
Öffentliche Methode GetElementEnumerable Gibt einen Enumerator für die Auflistung base-Element. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)
Öffentliche Methode GetEnumerator (Geerbt von Collection<DashboardElement>.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Geschützte Methode GetKeyForItem Gibt den Schlüssel für das angegebene Objekt zurück. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode IndexOf (Geerbt von Collection<DashboardElement>.)
Öffentliche Methode IndexOfGuid Gibt den Index des Objekts mit der angegebenen GUID. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)
Öffentliche Methode IndexOfGuidSafe Gibt das angegebene Objekt zurück. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)
Öffentliche Methode IndexOfName Gibt den Index des Objekts mit dem angegebenen Namen zurück. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)
Öffentliche Methode IndexOfNameSafe Gibt den Index des Objekts mit dem angegebenen Namen zurück. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)
Öffentliche Methode Insert (Geerbt von Collection<DashboardElement>.)
Geschützte Methode InsertItem Fügt ein Objekt am angegebenen Index in die Auflistung ein. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Remove(TKey) (Geerbt von KeyedCollection<Guid, DashboardElement>.)
Öffentliche Methode Remove(T) (Geerbt von Collection<DashboardElement>.)
Öffentliche Methode RemoveAt (Geerbt von Collection<DashboardElement>.)
Geschützte Methode RemoveItem (Geerbt von KeyedCollection<Guid, DashboardElement>.)
Geschützte Methode SetItem Ersetzt das Objekt am angegebenen Index mit dem angegebenen Objekt. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)
Öffentliche Methode Sort() Sortiert die Objekte in der Auflistung nach Namen. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)
Öffentliche Methode Sort(IComparer) Sortiert die Auflistung mit den angegebenen Comparer. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode Validate Diese Auflistung wird überprüft. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)

Oben

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable.Clone Erstellt eine tiefe Kopie dieses Objekts. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Add (Geerbt von Collection<DashboardElement>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Contains (Geerbt von Collection<DashboardElement>.)
Explizite SchnittstellenimplementierungPrivate Methode ICollection.CopyTo (Geerbt von Collection<DashboardElement>.)
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable.GetEnumerator (Geerbt von Collection<DashboardElement>.)
Explizite SchnittstellenimplementierungPrivate Methode IDiffable.Diff Vergleicht dieses Objekt mit einem anderen Objekt und gibt die Unterschiede. (Geerbt von ElementCollectionBase<ElementCollectionType, ElementType>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.IndexOf (Geerbt von Collection<DashboardElement>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Insert (Geerbt von Collection<DashboardElement>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.IsFixedSize (Geerbt von Collection<DashboardElement>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection<T>.IsReadOnly (Geerbt von Collection<DashboardElement>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.IsReadOnly (Geerbt von Collection<DashboardElement>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.IsSynchronized (Geerbt von Collection<DashboardElement>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.Item (Geerbt von Collection<DashboardElement>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Remove (Geerbt von Collection<DashboardElement>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.SyncRoot (Geerbt von Collection<DashboardElement>.)

Oben

Siehe auch

Referenz

DashboardElementCollection Klasse

Microsoft.PerformancePoint.Scorecards-Namespace