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 列舉值決定如何利用路徑尋找目標。

適用於