ValidationErrorCollection.HasWarnings Eigenschaft

Definition

Diese Eigenschaft gibt an, ob ValidationErrorCollection mindestens ein ValidationError-Objekt enthält, das für eine Kompilierungswarnung steht.

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

Eigenschaftswert

Boolean

true, wenn die Aktivität Validierungswarnungen erzeugt hat, andernfalls false.

Gilt für