RuleReadAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
RuleReadAttribute(String) |
初始化 RuleReadAttribute 类的新实例。 |
RuleReadAttribute(String, RuleAttributeTarget) |
初始化 RuleReadAttribute 类的新实例。 |
RuleReadAttribute(String)
初始化 RuleReadAttribute 类的新实例。
public:
RuleReadAttribute(System::String ^ path);
public RuleReadAttribute (string path);
new System.Workflow.Activities.Rules.RuleReadAttribute : string -> System.Workflow.Activities.Rules.RuleReadAttribute
Public Sub New (path As String)
参数
- path
- String
由条件读取的成员的逻辑路径。
适用于
RuleReadAttribute(String, RuleAttributeTarget)
初始化 RuleReadAttribute 类的新实例。
public:
RuleReadAttribute(System::String ^ path, System::Workflow::Activities::Rules::RuleAttributeTarget target);
public RuleReadAttribute (string path, System.Workflow.Activities.Rules.RuleAttributeTarget target);
new System.Workflow.Activities.Rules.RuleReadAttribute : string * System.Workflow.Activities.Rules.RuleAttributeTarget -> System.Workflow.Activities.Rules.RuleReadAttribute
Public Sub New (path As String, target As RuleAttributeTarget)
参数
- path
- String
由条件读取的成员的逻辑路径。
- target
- RuleAttributeTarget
RuleAttributeTarget 枚举;指定路径是相对于 this
,还是相对于方法参数。