共用方式為


RuleReadAttribute 建構函式

定義

多載

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 列舉型別 (Enumeration),它會指定路徑是否相對於 this 或方法參數。

適用於