FirstClassElementCollectionBase<ElementCollectionType, ElementType> - Classe

S’applique à : PerformancePoint Services pour SharePoint Server, version Entreprise
Représente la classe de base pour un objet FirstClassElementCollection .

Hiérarchie d’héritage

System.Object
  System.Collections.ObjectModel.Collection<ElementType>
    System.Collections.ObjectModel.KeyedCollection<RepositoryLocation, ElementType>
      Microsoft.PerformancePoint.Scorecards.FirstClassElementCollectionBase<ElementCollectionType, ElementType>
        Microsoft.PerformancePoint.Scorecards.DashboardCollection
        Microsoft.PerformancePoint.Scorecards.DataSourceCollection
        Microsoft.PerformancePoint.Scorecards.FilterCollection
        Microsoft.PerformancePoint.Scorecards.FirstClassElementCollection
        Microsoft.PerformancePoint.Scorecards.KpiCollection
        Microsoft.PerformancePoint.Scorecards.ReportViewCollection
        Microsoft.PerformancePoint.Scorecards.ScorecardCollection

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

Syntaxe

'Déclaration
<SerializableAttribute> _
Public MustInherit Class FirstClassElementCollectionBase(Of ElementCollectionType As {New, FirstClassElementCollectionBase(Of ElementCollectionType, ElementType)}, ElementType As {FirstClassElement, IEquatable(Of ElementType)}) _
    Inherits KeyedCollection(Of RepositoryLocation, ElementType) _
    Implements ICloneable, IDiffable
'Utilisation
Dim instance As FirstClassElementCollectionBase(Of ElementCollectionType, ElementType)
[SerializableAttribute]
public abstract class FirstClassElementCollectionBase<ElementCollectionType, ElementType> : KeyedCollection<RepositoryLocation, ElementType>, 
    ICloneable, IDiffable
where ElementCollectionType : new(), FirstClassElementCollectionBase<ElementCollectionType, ElementType>
where ElementType : FirstClassElement, IEquatable<ElementType>

Paramètres de type

  • ElementCollectionType
    Le type de collection.
  • ElementType
    Le type d'élément.

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

FirstClassElementCollectionBase<ElementCollectionType, ElementType> - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms