Share via


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)

속성 값

제네릭 컬렉션입니다.

특성

적용 대상