BpmPropertyLongText.DiffProperty - Méthode
Compare cet objet avec un autre objet et renvoie les différences.
Espace de noms : Microsoft.PerformancePoint.Scorecards
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Protected Overrides Function DiffProperty ( _
oldProperty As BpmProperty _
) As Diff
'Utilisation
Dim oldProperty As BpmProperty
Dim returnValue As Diff
returnValue = Me.DiffProperty(oldProperty)
protected override Diff DiffProperty(
BpmProperty oldProperty
)
Paramètres
oldProperty
Type : Microsoft.PerformancePoint.Scorecards.BpmPropertyL'objet à comparer avec.
Valeur renvoyée
Type : Microsoft.PerformancePoint.Scorecards.Diff
une référence Null (Rien dans Visual Basic) si les objets sont identiques ; dans le cas contraire, les différences entre les objets.