RuleWriteAttribute コンストラクター

定義

オーバーロード

名前 説明
RuleWriteAttribute(String)

RuleWriteAttribute クラスの新しいインスタンスを初期化します。

RuleWriteAttribute(String, RuleAttributeTarget)

RuleWriteAttribute クラスの新しいインスタンスを初期化します。

RuleWriteAttribute(String)

RuleWriteAttribute クラスの新しいインスタンスを初期化します。

public:
 RuleWriteAttribute(System::String ^ path);
public RuleWriteAttribute(string path);
new System.Workflow.Activities.Rules.RuleWriteAttribute : string -> System.Workflow.Activities.Rules.RuleWriteAttribute
Public Sub New (path As String)

パラメーター

path
String

この属性が適用されるメソッドまたはプロパティと同じクラス上にあるフィールドまたはプロパティ。

注釈

いずれかのパラメーターのフィールドまたはプロパティにメソッドまたはプロパティが書き込まれるよう指定するには、 RuleWriteAttribute (パス、 RuleAttributeTarget.Parameter) を使用する必要があります。

適用対象

RuleWriteAttribute(String, RuleAttributeTarget)

RuleWriteAttribute クラスの新しいインスタンスを初期化します。

public:
 RuleWriteAttribute(System::String ^ path, System::Workflow::Activities::Rules::RuleAttributeTarget target);
public RuleWriteAttribute(string path, System.Workflow.Activities.Rules.RuleAttributeTarget target);
new System.Workflow.Activities.Rules.RuleWriteAttribute : string * System.Workflow.Activities.Rules.RuleAttributeTarget -> System.Workflow.Activities.Rules.RuleWriteAttribute
Public Sub New (path As String, target As RuleAttributeTarget)

パラメーター

path
String

この属性が適用されるメソッドまたはプロパティと同じクラス上にあるフィールドまたはプロパティ。

target
RuleAttributeTarget

RuleAttributeTarget パスを使用してターゲットを検索する方法を決定する列挙値。

注釈

いずれかのパラメーターのフィールドまたはプロパティにメソッドまたはプロパティが書き込まれるよう指定するには、 RuleWriteAttribute (パス、 RuleAttributeTarget.Parameter) を使用する必要があります。

適用対象