RuleSetDialog コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
RuleSetDialog クラスの新しいインスタンスを初期化します。
オーバーロード
RuleSetDialog(Activity, RuleSet) |
RuleSetDialog クラスの新しいインスタンスを初期化します。 |
RuleSetDialog(Type, ITypeProvider, RuleSet) |
RuleSetDialog クラスの新しいインスタンスを初期化します。 |
RuleSetDialog(Activity, RuleSet)
RuleSetDialog クラスの新しいインスタンスを初期化します。
public:
RuleSetDialog(System::Workflow::ComponentModel::Activity ^ activity, System::Workflow::Activities::Rules::RuleSet ^ ruleSet);
public RuleSetDialog (System.Workflow.ComponentModel.Activity activity, System.Workflow.Activities.Rules.RuleSet ruleSet);
new System.Workflow.Activities.Rules.Design.RuleSetDialog : System.Workflow.ComponentModel.Activity * System.Workflow.Activities.Rules.RuleSet -> System.Workflow.Activities.Rules.Design.RuleSetDialog
Public Sub New (activity As Activity, ruleSet As RuleSet)
パラメーター
- activity
- Activity
この Activity を実行する対象 RuleSet。 通常はワークフロー (たとえば PolicyActivity) ですが、有効なアクティビティであれば何でもかまいません。
適用対象
RuleSetDialog(Type, ITypeProvider, RuleSet)
RuleSetDialog クラスの新しいインスタンスを初期化します。
public:
RuleSetDialog(Type ^ activityType, System::Workflow::ComponentModel::Compiler::ITypeProvider ^ typeProvider, System::Workflow::Activities::Rules::RuleSet ^ ruleSet);
public RuleSetDialog (Type activityType, System.Workflow.ComponentModel.Compiler.ITypeProvider typeProvider, System.Workflow.Activities.Rules.RuleSet ruleSet);
new System.Workflow.Activities.Rules.Design.RuleSetDialog : Type * System.Workflow.ComponentModel.Compiler.ITypeProvider * System.Workflow.Activities.Rules.RuleSet -> System.Workflow.Activities.Rules.Design.RuleSetDialog
Public Sub New (activityType As Type, typeProvider As ITypeProvider, ruleSet As RuleSet)
パラメーター
- activityType
- Type
この条件の実行対象となるオブジェクトの型。 通常はワークフローですが、有効な型であればそれ以外でもかまいません。
- typeProvider
- ITypeProvider
この条件で使用可能な ITypeProvider を判定するための省略可能な Types
の実装。 省略すると、activityType
によって指定されたアセンブリ内の型と、その型が参照するアセンブリだけが使用可能になります。