Share via


IUpdateResults<TEntity>.Errors Property

Definition

Gets a collection of failures during executing the query.

public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.ProjectSystem.Query.QueryExecutionError<TEntity>> Errors { get; }
member this.Errors : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.ProjectSystem.Query.QueryExecutionError<'Entity>>
Public ReadOnly Property Errors As IReadOnlyCollection(Of QueryExecutionError(Of TEntity))

Property Value

Applies to