DelegateArgumentValue<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
式の r 値として使用される 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) |
指定したDelegateArgumentValue<T>を使用して、DelegateArgument クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| CacheId |
ワークフロー定義のスコープ内で一意であるキャッシュの識別子を取得します。 (継承元 Activity) |
| Constraints |
Constraintの検証を提供するように構成できるActivity アクティビティのコレクションを取得します。 (継承元 Activity) |
| DelegateArgument |
DelegateArgumentValue<T>によって表されるDelegateArgumentを取得または設定します。 |
| DisplayName |
デバッグ、検証、例外処理、追跡に使用されるオプションのフレンドリ名を取得または設定します。 (継承元 Activity) |
| Id |
ワークフロー定義のスコープ内で一意の識別子を取得します。 (継承元 Activity) |
| Implementation |
サポートされていません。 (継承元 CodeActivity<TResult>) |
| ImplementationVersion |
アクティビティの実装バージョンを取得または設定します。 (継承元 CodeActivity<TResult>) |
| LocationReference |
DelegateArgumentValue<T>の場所参照を取得します。 |
| Result |
Activity<TResult>の結果引数を取得または設定します。 (継承元 Activity<TResult>) |
| ResultType |
派生クラスで実装された場合、アクティビティ OutArgumentの型を取得します。 (継承元 ActivityWithResult) |