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