Variable 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
可以从中派生工作流数据成员支持类 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 |
获取或设置此 VariableModifiers 的 Variable 值。 |
Name |
获取或设置 Variable 的名称。 |
NameCore |
获取 Variable 的名称。 |
Type |
获取或设置 LocationReference 的类型。 (继承自 LocationReference) |
TypeCore |
在派生类中实现时,获取或设置 LocationReference 的类型已经过区域性本地化的版本。 (继承自 LocationReference) |
方法
Create(String, Type, VariableModifiers) |
初始化并返回 Variable 类的新实例。 |
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
Get(ActivityContext) |
使用指定的 Variable 获取 ActivityContext 的值。 |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetLocation(ActivityContext) | |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
Set(ActivityContext, Object) |
使用指定的 Variable 设置 ActivityContext 的值。 |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |