KpiNumberFormatProperties.Diff - Méthode
Compare cet objet avec un autre objet et renvoie les différences.
Espace de noms : Microsoft.PerformancePoint.Scorecards.Formatting
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Public Function Diff ( _
oldValue As Object _
) As DiffCollection
'Utilisation
Dim instance As KpiNumberFormatProperties
Dim oldValue As Object
Dim returnValue As DiffCollection
returnValue = instance.Diff(oldValue)
public DiffCollection Diff(
Object oldValue
)
Paramètres
oldValue
Type : System.ObjectL'objet à comparer avec.
Valeur renvoyée
Type : Microsoft.PerformancePoint.Scorecards.DiffCollection
Collection d'objets Diff qui contiennent les différences entre les objets. Renvoie une référence une référence Null (Rien dans Visual Basic) (Nothing dans Visual Basic) si les objets sont identiques.
Implémentations
Voir aussi
Référence
KpiNumberFormatProperties classe
KpiNumberFormatProperties - Membres
Microsoft.PerformancePoint.Scorecards.Formatting - Espace de noms