次の方法で共有


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 列挙値。

適用対象