RuleReadWriteAttribute(String, RuleAttributeTarget) 构造函数

定义

在派生类中实现时,初始化 RuleReadWriteAttribute 类的新实例。

protected:
 RuleReadWriteAttribute(System::String ^ path, System::Workflow::Activities::Rules::RuleAttributeTarget target);
protected RuleReadWriteAttribute (string path, System.Workflow.Activities.Rules.RuleAttributeTarget target);
new System.Workflow.Activities.Rules.RuleReadWriteAttribute : string * System.Workflow.Activities.Rules.RuleAttributeTarget -> System.Workflow.Activities.Rules.RuleReadWriteAttribute
Protected Sub New (path As String, target As RuleAttributeTarget)

参数

path
String

到属性目标的路径。

target
RuleAttributeTarget

确定如何使用路径查找目标的 RuleAttributeTarget 枚举值。

适用于