DelegateArgumentValue<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
式の右辺値として使用される DelegateArgument を表します。
generic <typename T>
public ref class DelegateArgumentValue sealed : System::Activities::CodeActivity<T>
generic <typename T>
public ref class DelegateArgumentValue sealed : System::Activities::Expressions::EnvironmentLocationValue<T>
[System.Windows.Markup.ContentProperty("DelegateArgument")]
public sealed class DelegateArgumentValue<T> : System.Activities.CodeActivity<T>
[System.Windows.Markup.ContentProperty("DelegateArgument")]
public sealed class DelegateArgumentValue<T> : System.Activities.Expressions.EnvironmentLocationValue<T>
[<System.Windows.Markup.ContentProperty("DelegateArgument")>]
type DelegateArgumentValue<'T> = class
inherit CodeActivity<'T>
[<System.Windows.Markup.ContentProperty("DelegateArgument")>]
type DelegateArgumentValue<'T> = class
inherit EnvironmentLocationValue<'T>
Public NotInheritable Class DelegateArgumentValue(Of T)
Inherits CodeActivity(Of T)
Public NotInheritable Class DelegateArgumentValue(Of T)
Inherits EnvironmentLocationValue(Of T)
型パラメーター
- T
DelegateArgument のデータ型。
- 継承
- 継承
-
CodeActivity<T>DelegateArgumentValue<T>
- 属性
コンストラクター
| DelegateArgumentValue<T>() |
DelegateArgumentValue<T> クラスの新しいインスタンスを初期化します。 |
| DelegateArgumentValue<T>(DelegateArgument) |
指定した DelegateArgument を使用して DelegateArgumentValue<T> クラスの新しいインスタンスを初期化します。 |
プロパティ
| CacheId |
ワークフロー定義のスコープ内で一意であるキャッシュの識別子を取得します。 (継承元 Activity) |
| Constraints |
Constraint に検証を提供するよう構成できる Activity アクティビティのコレクションを取得します。 (継承元 Activity) |
| DelegateArgument |
DelegateArgument によって表される DelegateArgumentValue<T> を取得または設定します。 |
| DisplayName |
デバッグ、検証、例外処理、および追跡に使用する省略可能な表示名を取得または設定します。 (継承元 Activity) |
| Id |
ワークフロー定義のスコープ内で一意である識別子を取得します。 (継承元 Activity) |
| Implementation |
サポートされていません。 (継承元 CodeActivity<TResult>) |
| ImplementationVersion |
アクティビティの実装バージョンを取得または設定します。 (継承元 CodeActivity<TResult>) |
| LocationReference |
DelegateArgumentValue<T> の場所参照を取得します。 |
| Result |
Activity<TResult> の結果引数を取得または設定します。 (継承元 Activity<TResult>) |
| ResultType |
派生クラスで実装された場合、アクティビティ OutArgument の型を取得します。 (継承元 ActivityWithResult) |