RuleReadAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
を基準とした相対パスか、それともメソッド パラメーターを基準とした相対パスかを示します。