Project.EvaluationCounter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.