Variable 类

定义

工作流数据成员支持类派生的抽象基类 Variable<T>

public ref class Variable abstract : System::Activities::LocationReference
public abstract class Variable : System.Activities.LocationReference
type Variable = class
    inherit LocationReference
Public MustInherit Class Variable
Inherits LocationReference
继承
派生

属性

名称 说明
Default

获取或设置表示 ActivityWithResult 此值 Variable的默认值。

Modifiers

获取或设置 VariableModifiersVariable值。

Name

获取或设置 . 的名称 Variable

NameCore

获取 . 的名称 Variable

Type

获取或设置 LocationReference该类型的值。

(继承自 LocationReference)
TypeCore

在派生类中实现时,获取或设置该类型的 LocationReference区域性本地化版本。

(继承自 LocationReference)

方法

名称 说明
Create(String, Type, VariableModifiers)

初始化并返回类的新实例 Variable

Equals(Object)

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

(继承自 Object)
Get(ActivityContext)

获取使用指定的ActivityContextVariable

GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetLocation(ActivityContext)

获取此Location对象的值Variable

GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
Set(ActivityContext, Object)

设置使用指定的ActivityContextVariable

ToString()

返回一个表示当前对象的字符串。

(继承自 Object)

适用于