DiffCollection.Add Method (Diff, String)
Adds an object to the end of this collection, prefixing the FieldChanged property.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Sub Add ( _
value As Diff, _
prefix As String _
)
'Usage
Dim instance As DiffCollection
Dim value As Diff
Dim prefix As String
instance.Add(value, prefix)
public virtual void Add(
Diff value,
string prefix
)
Parameters
value
Type: Microsoft.PerformancePoint.Scorecards.DiffThe object to add.
prefix
Type: System.StringThe prefix.