RuleWriteAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
RuleWriteAttribute(String) |
初始化 RuleWriteAttribute 类的新实例。 |
RuleWriteAttribute(String, RuleAttributeTarget) |
初始化 RuleWriteAttribute 类的新实例。 |
RuleWriteAttribute(String)
初始化 RuleWriteAttribute 类的新实例。
public:
RuleWriteAttribute(System::String ^ path);
public RuleWriteAttribute (string path);
new System.Workflow.Activities.Rules.RuleWriteAttribute : string -> System.Workflow.Activities.Rules.RuleWriteAttribute
Public Sub New (path As String)
参数
- path
- String
与应用此属性 (attribute) 的方法或属性 (property) 位于同一类上的字段或属性 (property)。
注解
若要指定方法或属性写入到其中一个参数上的字段或属性,必须使用 RuleWriteAttribute(路径、RuleAttributeTarget.Parameter
)。
适用于
RuleWriteAttribute(String, RuleAttributeTarget)
初始化 RuleWriteAttribute 类的新实例。
public:
RuleWriteAttribute(System::String ^ path, System::Workflow::Activities::Rules::RuleAttributeTarget target);
public RuleWriteAttribute (string path, System.Workflow.Activities.Rules.RuleAttributeTarget target);
new System.Workflow.Activities.Rules.RuleWriteAttribute : string * System.Workflow.Activities.Rules.RuleAttributeTarget -> System.Workflow.Activities.Rules.RuleWriteAttribute
Public Sub New (path As String, target As RuleAttributeTarget)
参数
- path
- String
与应用此属性 (attribute) 的方法或属性 (property) 位于同一类上的字段或属性 (property)。
- target
- RuleAttributeTarget
确定如何使用路径查找目标的 RuleAttributeTarget 枚举值。
注解
若要指定方法或属性写入到其中一个参数上的字段或属性,必须使用 RuleWriteAttribute(路径、RuleAttributeTarget.Parameter
)。