EvaluationResult Class
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.
Represent an evaluation result
public ref class EvaluationResult
[Windows::Foundation::Metadata::WebHostHidden]
class EvaluationResult
public class EvaluationResult
type EvaluationResult = class
Public Class EvaluationResult
- Inheritance
-
EvaluationResult
Constructors
EvaluationResult(Boolean, String, IReadOnlyList<EvaluationError>) |
Initializes a new instance of the EvaluationResult class. |
Properties
Content |
The evaluated content |
Errors |
Collection of errors found on the evaluation |
IsSuccess |
If evaluation succeed |