Share via


DashboardElementCollection-Klasse

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

Vererbungshierarchie

System.Object
  System.Collections.ObjectModel.Collection<DashboardElement>
    System.Collections.ObjectModel.KeyedCollection<Guid, DashboardElement>
      Microsoft.PerformancePoint.Scorecards.ElementCollectionBase<DashboardElementCollection, DashboardElement>
        Microsoft.PerformancePoint.Scorecards.DashboardElementCollection

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
<SerializableAttribute> _
<KnownTypeAttribute(GetType(DashboardItem))> _
<KnownTypeAttribute(GetType(DashboardElementContainer))> _
Public Class DashboardElementCollection _
    Inherits ElementCollectionBase(Of DashboardElementCollection, DashboardElement)
'Usage
Dim instance As DashboardElementCollection
[SerializableAttribute]
[KnownTypeAttribute(typeof(DashboardItem))]
[KnownTypeAttribute(typeof(DashboardElementContainer))]
public class DashboardElementCollection : ElementCollectionBase<DashboardElementCollection, DashboardElement>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

DashboardElementCollection-Member

Microsoft.PerformancePoint.Scorecards-Namespace