RuleReadAttribute 建構函式

定義

多載

名稱 Description
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 某個參數。

適用於