VariableValue<T> 类

定义

表示用作表达式中的右值的 Variable

generic <typename T>
public ref class VariableValue sealed : System::Activities::CodeActivity<T>
generic <typename T>
public ref class VariableValue sealed : System::Activities::Expressions::EnvironmentLocationValue<T>
public sealed class VariableValue<T> : System.Activities.CodeActivity<T>
public sealed class VariableValue<T> : System.Activities.Expressions.EnvironmentLocationValue<T>
type VariableValue<'T> = class
    inherit CodeActivity<'T>
type VariableValue<'T> = class
    inherit EnvironmentLocationValue<'T>
Public NotInheritable Class VariableValue(Of T)
Inherits CodeActivity(Of T)
Public NotInheritable Class VariableValue(Of T)
Inherits EnvironmentLocationValue(Of T)

类型参数

T

VariableValue<T> 的类型。

继承
继承

构造函数

VariableValue<T>()

初始化 VariableValue<T> 类的新实例。

VariableValue<T>(Variable)

使用指定的变量初始化 VariableValue<T> 类的新实例。

属性

CacheId

获取缓存的标识符,该标识符在工作流定义的作用域内是唯一的。

(继承自 Activity)
Constraints

获取可配置的 Constraint 活动的集合,用于为 Activity 提供验证。

(继承自 Activity)
DisplayName

获取或设置用于调试、验证、异常处理和跟踪的可选友好名称。

(继承自 Activity)
Id

获取一个标识符,该标识符在工作流定义的作用域内是唯一的。

(继承自 Activity)
Implementation

不支持。

(继承自 CodeActivity<TResult>)
ImplementationVersion

获取或设置活动的实现版本。

(继承自 CodeActivity<TResult>)
LocationReference

获取 VariableValue<T> 引用的位置。

Result

获取或设置 Activity<TResult> 的结果参数。

(继承自 Activity<TResult>)
ResultType

在派生类中实现时,获取 OutArgument 活动的类型。

(继承自 ActivityWithResult)
Variable

获取或设置由 Variable 表示的 VariableValue<T>

方法

CacheMetadata(ActivityMetadata)

未实现。 请改用 CacheMetadata(CodeActivityMetadata)

(继承自 CodeActivity<TResult>)
CacheMetadata(CodeActivityMetadata)

创建并验证活动的自变量、变量、子活动和活动委托的说明。

(继承自 CodeActivity<TResult>)
CacheMetadata(CodeActivityMetadata)

创建并验证活动的自变量、变量、子活动和活动委托的说明。

(继承自 EnvironmentLocationValue<T>)
Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
Execute(CodeActivityContext)

在派生类中实现时,执行该活动。

(继承自 CodeActivity<TResult>)
Execute(CodeActivityContext)

执行活动的执行。

(继承自 EnvironmentLocationValue<T>)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
OnCreateDynamicUpdateMap(UpdateMapMetadata, Activity)

为动态更新创建映射时,将引发事件。

(继承自 CodeActivity<TResult>)
ShouldSerializeDisplayName()

指示是否应序列化 DisplayName 属性。

(继承自 Activity)
ToString()

返回 StringVariableValue<T> 表示形式。

适用于