RuleConditionReference クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
条件コレクション内の RuleCondition を表し、プログラムによって条件を評価できるようにします。
public ref class RuleConditionReference : System::Workflow::ComponentModel::ActivityCondition
[System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.Rules.Design.RuleConditionReferenceTypeConverter))]
[System.Workflow.ComponentModel.Compiler.ActivityValidator(typeof(System.Workflow.Activities.Rules.RuleConditionReferenceValidator))]
public class RuleConditionReference : System.Workflow.ComponentModel.ActivityCondition
[System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.Rules.Design.RuleConditionReferenceTypeConverter))]
[System.Workflow.ComponentModel.Compiler.ActivityValidator(typeof(System.Workflow.Activities.Rules.RuleConditionReferenceValidator))]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class RuleConditionReference : System.Workflow.ComponentModel.ActivityCondition
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.Rules.Design.RuleConditionReferenceTypeConverter))>]
[<System.Workflow.ComponentModel.Compiler.ActivityValidator(typeof(System.Workflow.Activities.Rules.RuleConditionReferenceValidator))>]
type RuleConditionReference = class
inherit ActivityCondition
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.Rules.Design.RuleConditionReferenceTypeConverter))>]
[<System.Workflow.ComponentModel.Compiler.ActivityValidator(typeof(System.Workflow.Activities.Rules.RuleConditionReferenceValidator))>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type RuleConditionReference = class
inherit ActivityCondition
Public Class RuleConditionReference
Inherits ActivityCondition
- 継承
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| RuleConditionReference() |
古い.
RuleConditionReference クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| ConditionName |
古い.
評価する RuleCondition の名前を取得または設定します。 |
| DesignMode |
古い.
このインスタンスがデザイン モードかランタイム モードかを示す値を取得します。 (継承元 DependencyObject) |
| ParentDependencyObject |
古い.
DependencyObject グラフ内の親 DependencyObject を取得します。 (継承元 DependencyObject) |
| Site |
古い.
Siteの DependencyObject コンポーネントへの参照を取得または設定します。 (継承元 DependencyObject) |
| UserData |
古い.
カスタム データをこのクラス インスタンスに関連付ける IDictionary を取得します。 (継承元 DependencyObject) |
メソッド
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| IComponent.Disposed |
古い.
コンポーネントの Disposed イベントを処理するメソッドを表します。 (継承元 DependencyObject) |