DelegateArgumentValue<T> 类

定义

表示 DelegateArgument 在表达式中用作 r 值。

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

继承
继承
属性

构造函数

名称 说明
DelegateArgumentValue<T>()

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

DelegateArgumentValue<T>(DelegateArgument)

使用指定的DelegateArgumentValue<T>值初始化类的新实例DelegateArgument

属性

名称 说明
CacheId

获取在工作流定义范围内唯一的缓存的标识符。

(继承自 Activity)
Constraints

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

(继承自 Activity)
DelegateArgument

获取或设置 DelegateArgumentDelegateArgumentValue<T>..

DisplayName

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

(继承自 Activity)
Id

获取工作流定义范围中唯一的标识符。

(继承自 Activity)
Implementation

不支持。

(继承自 CodeActivity<TResult>)
ImplementationVersion

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

(继承自 CodeActivity<TResult>)
LocationReference

获取 . 的位置引用 DelegateArgumentValue<T>

Result

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

(继承自 Activity<TResult>)
ResultType

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

(继承自 ActivityWithResult)

方法

名称 说明
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()

返回一个String包含IdDisplayName //Activity

(继承自 Activity)

适用于