共用方式為


CompilationFailure.Messages 屬性

定義

取得產生為編譯結果的序列 DiagnosticMessage

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)

屬性值

適用於