Project.EvaluationCounter Property

Definition

Obsolete. Use LastEvaluationId instead.

public:
 property int EvaluationCounter { int get(); };
public int EvaluationCounter { get; }
public int EvaluationCounter { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.EvaluationCounter : int
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.EvaluationCounter : int
Public ReadOnly Property EvaluationCounter As Integer

Property Value

The incremented value.

Attributes

Remarks

This value should be compared with previous values to see if the project has been re-evaluated. It should not be used to determine how many times the project has been re-evaluated since it may be incremented by more than one for a given re-evaluation.

Applies to