IUpdateResults<TEntity>.Errors 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.
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
IReadOnlyCollection<QueryExecutionError<TEntity>>