IQueryExecutionContext.QueryExecutionErrors 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 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