ValidationErrorCollection.HasWarnings 属性

定义

此属性指示 ValidationErrorCollection 是否至少包含一个指示编译警告的 ValidationError 对象。

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

属性值

Boolean

如果活动生成了验证警告,则为 true;否则为 false

适用于