VariableReference<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
式の左辺値として使用される Variable を表します。
generic <typename T>
public ref class VariableReference sealed : System::Activities::CodeActivity<System::Activities::Location<T> ^>
generic <typename T>
public ref class VariableReference sealed : System::Activities::Expressions::EnvironmentLocationReference<T>
public sealed class VariableReference<T> : System.Activities.CodeActivity<System.Activities.Location<T>>
public sealed class VariableReference<T> : System.Activities.Expressions.EnvironmentLocationReference<T>
type VariableReference<'T> = class
inherit CodeActivity<Location<'T>>
type VariableReference<'T> = class
inherit EnvironmentLocationReference<'T>
Public NotInheritable Class VariableReference(Of T)
Inherits CodeActivity(Of Location(Of T))
Public NotInheritable Class VariableReference(Of T)
Inherits EnvironmentLocationReference(Of T)
型パラメーター
- T
- 継承
-
CodeActivity<Location<T>>VariableReference<T>
- 継承
-
CodeActivity<Location<T>>VariableReference<T>
コンストラクター
VariableReference<T>() |
VariableReference<T> クラスの新しいインスタンスを初期化します。 |
VariableReference<T>(Variable) |
指定した変数を使用して、VariableReference<T> クラスの新しいインスタンスを初期化します。 |
プロパティ
CacheId |
ワークフロー定義のスコープ内で一意であるキャッシュの識別子を取得します。 (継承元 Activity) |
Constraints |
Constraint に検証を提供するよう構成できる Activity アクティビティのコレクションを取得します。 (継承元 Activity) |
DisplayName |
デバッグ、検証、例外処理、および追跡に使用する省略可能な表示名を取得または設定します。 (継承元 Activity) |
Id |
ワークフロー定義のスコープ内で一意である識別子を取得します。 (継承元 Activity) |
Implementation |
サポートされていません。 (継承元 CodeActivity<TResult>) |
ImplementationVersion |
アクティビティの実装バージョンを取得または設定します。 (継承元 CodeActivity<TResult>) |
LocationReference |
VariableReference<T> の変数参照を取得します。 |
Result |
Activity<TResult> の結果引数を取得または設定します。 (継承元 Activity<TResult>) |
ResultType |
派生クラスで実装された場合、アクティビティ OutArgument の型を取得します。 (継承元 ActivityWithResult) |
Variable |
Variable によって表される VariableReference<T> を取得または設定します。 |
メソッド
CacheMetadata(ActivityMetadata) |
実装されていません。 代わりに、CacheMetadata(CodeActivityMetadata) を使用してください。 (継承元 CodeActivity<TResult>) |
CacheMetadata(CodeActivityMetadata) |
アクティビティの引数、変数、子アクティビティ、およびアクティビティ デリゲートの記述を作成および検証します。 (継承元 EnvironmentLocationReference<T>) |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
Execute(CodeActivityContext) |
アクティビティを実行します。 (継承元 EnvironmentLocationReference<T>) |
GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
OnCreateDynamicUpdateMap(UpdateMapMetadata, Activity) |
動的な更新のマップを作成するとイベントが発生します。 (継承元 CodeActivity<TResult>) |
ShouldSerializeDisplayName() |
DisplayName プロパティをシリアル化する必要があるかどうかを示します。 (継承元 Activity) |
ToString() |
String の VariableReference<T> 表現を返します。 |