ValidationResults.Warnings Eigenschaft

Definition

Ruft eine schreibgeschützte Auflistung von Workflowvalidierungswarnungen ab.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Activities::Validation::ValidationError ^> ^ Warnings { System::Collections::ObjectModel::ReadOnlyCollection<System::Activities::Validation::ValidationError ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Activities.Validation.ValidationError> Warnings { get; }
member this.Warnings : System.Collections.ObjectModel.ReadOnlyCollection<System.Activities.Validation.ValidationError>
Public ReadOnly Property Warnings As ReadOnlyCollection(Of ValidationError)

Eigenschaftswert

Eine schreibgeschützte Auflistung von Validierungswarnungen.

Gilt für: