次の方法で共有


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 (path, 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 (path, RuleAttributeTarget.Parameter) を使用する必要があります。

適用対象