共用方式為


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

適用於