Share via


CompilationFailure.Messages Property

Definition

Gets a sequence of DiagnosticMessage produced as a result of compilation.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Diagnostics::DiagnosticMessage ^> ^ Messages { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Diagnostics::DiagnosticMessage ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Diagnostics.DiagnosticMessage> Messages { get; }
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Diagnostics.DiagnosticMessage?>? Messages { get; }
member this.Messages : seq<Microsoft.AspNetCore.Diagnostics.DiagnosticMessage>
Public ReadOnly Property Messages As IEnumerable(Of DiagnosticMessage)

Property Value

Applies to