ActivityBuilder<TResult>.Constraints 属性

定义

获取控制活动树构造的约束的通用集合。

public:
 property System::Collections::ObjectModel::Collection<System::Activities::Validation::Constraint ^> ^ Constraints { System::Collections::ObjectModel::Collection<System::Activities::Validation::Constraint ^> ^ get(); };
[System.ComponentModel.Browsable(false)]
[System.Windows.Markup.DependsOn("Properties")]
public System.Collections.ObjectModel.Collection<System.Activities.Validation.Constraint> Constraints { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.Windows.Markup.DependsOn("Properties")>]
member this.Constraints : System.Collections.ObjectModel.Collection<System.Activities.Validation.Constraint>
Public ReadOnly Property Constraints As Collection(Of Constraint)

属性值

一个通用集合。

属性

适用于