CompilerErrorCollection.HasWarnings 속성

정의

컬렉션에 경고가 포함되어 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool HasWarnings { bool get(); };
public bool HasWarnings { get; }
member this.HasWarnings : bool
Public ReadOnly Property HasWarnings As Boolean

속성 값

true컬렉션에 경고가 포함되어 있으면 이고, 그렇지 않으면 . false

적용 대상