Compartir a través de


IQueryExecutionContext.QueryExecutionErrors Property

Definition

Gets the list of errors encountered in query execution.

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.ProjectSystem.Query.QueryExecutionErrorBase>? QueryExecutionErrors { get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })>]
member this.QueryExecutionErrors : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.ProjectSystem.Query.QueryExecutionErrorBase>
Public ReadOnly Property QueryExecutionErrors As IReadOnlyCollection(Of QueryExecutionErrorBase)

Property Value

Attributes

Applies to