Click or drag to resize
PerformRuleEvaluate Method
Overload List
  NameDescription
Public methodEvaluate(Project)
Evaluates this rule on the specified project. If the rule is disabled, it's automatically accepted. If the rule evaluates to false, the rule is denied and the associated taskgroupelement won't be performed.
Public methodEvaluate(ITargetFrameworkHolder, IOutputSettingValuesTarget)
Evaluates this rule on the specified element and project. If the rule is disabled, it's automatically accepted. If the rule evaluates to false, the rule is denied and the associated taskgroupelement won't be performed.
(Inherited from TaskRule.)
Top
See Also