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)

使用指定的 Variable,取得 ActivityContext 的值。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetLocation(ActivityContext)

取得此 LocationVariable

GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
Set(ActivityContext, Object)

使用指定的 Variable 設定 ActivityContext 的值。

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於