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 またはメソッド パラメーターを基準にした相対パスかどうかを指定します。

適用対象