다음을 통해 공유


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)

속성 값

적용 대상