次の方法で共有


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)

プロパティ値

適用対象