DashboardElementCollection - Classe

S’applique à : PerformancePoint Services pour SharePoint Server, version Entreprise
Représente une collection d'éléments de tableau de bord.

Hiérarchie d’héritage

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

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

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

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

DashboardElementCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms