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 パスを使用してターゲットを検索する方法を決定する列挙値。

適用対象