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