次の方法で共有


RuleReadAttribute コンストラクター

定義

オーバーロード

RuleReadAttribute(String)

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

RuleReadAttribute(String, RuleAttributeTarget)

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

RuleReadAttribute(String)

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

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

パラメーター

path
String

条件によって読み込まれるメンバーの論理パス。

適用対象

RuleReadAttribute(String, RuleAttributeTarget)

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

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

パラメーター

path
String

条件によって読み込まれるメンバーの論理パス。

target
RuleAttributeTarget

RuleAttributeTarget 列挙体で、パスが this を基準とした相対パスか、それともメソッド パラメーターを基準とした相対パスかを示します。

適用対象