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
繼承
衍生

屬性

名稱 Description
Default

取得或設定 ActivityWithResult ,代表此 Variable預設值。

Modifiers

取得或設定 VariableModifiers 此值 Variable

Name

取得或設定 的名稱。Variable

NameCore

獲得 Variable.

Type

取得或設定 的 LocationReference類型。

(繼承來源 LocationReference)
TypeCore

當在衍生類別中實作時,會取得或設定文化在地化的型別 LocationReference

(繼承來源 LocationReference)

方法

名稱 Description
Create(String, Type, VariableModifiers)

初始化並回傳該類別的新實例 Variable

Equals(Object)

判斷指定的 物件是否等於目前的物件。

(繼承來源 Object)
Get(ActivityContext)

利用指定的 ActivityContext得到 的Variable值。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetLocation(ActivityContext)

為此Location付出Variable代價。

GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

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

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

ToString()

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

(繼承來源 Object)

適用於