EvaluationResult.Errors Property

Definition

Collection of errors found on the evaluation

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Workspace::Evaluator::EvaluationError ^> ^ Errors { System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Workspace::Evaluator::EvaluationError ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Workspace.Evaluator.EvaluationError> Errors { get; }
member this.Errors : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Workspace.Evaluator.EvaluationError>
Public ReadOnly Property Errors As IReadOnlyList(Of EvaluationError)

Property Value

Applies to