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
- 繼承
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| RuleConditionReference() |
已淘汰.
初始化 RuleConditionReference 類別的新執行個體。 |
屬性
| 名稱 | Description |
|---|---|
| ConditionName |
已淘汰.
取得或設定要評估的名稱 RuleCondition 。 |
| DesignMode |
已淘汰.
取得值,這個值表示這個實例處於設計或運行時間模式。 (繼承來源 DependencyObject) |
| ParentDependencyObject |
已淘汰.
取得 DependencyObject 圖形中的父 DependencyObject。 (繼承來源 DependencyObject) |
| Site |
已淘汰.
取得或設定 Site之 DependencyObject 元件的參考。 (繼承來源 DependencyObject) |
| UserData |
已淘汰.
取得將自定義數據與這個類別實例產生關聯的 IDictionary。 (繼承來源 DependencyObject) |
方法
明確介面實作
| 名稱 | Description |
|---|---|
| IComponent.Disposed |
已淘汰.
表示處理元件 Disposed 事件的方法。 (繼承來源 DependencyObject) |