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)

プロパティ値

ジェネリック型のコレクション。

属性

適用対象