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) |