Freigeben über


ElementCollectionBase<ElementCollectionType, ElementType>.Diff-Methode

Vergleicht diese Auflistung mit einer anderen Auflistung und gibt die Unterschiede.

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

Syntax

'Declaration
Public Function Diff ( _
    oldCollection As ElementCollectionType _
) As DiffCollection
'Usage
Dim instance As ElementCollectionBase
Dim oldCollection As ElementCollectionType
Dim returnValue As DiffCollection

returnValue = instance.Diff(oldCollection)
public DiffCollection Diff(
    ElementCollectionType oldCollection
)

Parameter

Rückgabewert

Typ: Microsoft.PerformancePoint.Scorecards.DiffCollection
ein Nullverweis (Nothing in Visual Basic) Wenn die Auflistungen gleich sind; andernfalls die Unterschiede zwischen der Auflistungen.

Siehe auch

Referenz

ElementCollectionBase<ElementCollectionType, ElementType> Klasse

ElementCollectionBase<ElementCollectionType, ElementType>-Member

Microsoft.PerformancePoint.Scorecards-Namespace