ActivityTrackingCondition 類別

定義

警告

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

代表一種條件,透過指定的比較運算子將活動成員的值與指定值進行比較。

public ref class ActivityTrackingCondition : System::Workflow::Runtime::Tracking::TrackingCondition
[System.Serializable]
public class ActivityTrackingCondition : System.Workflow.Runtime.Tracking.TrackingCondition
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class ActivityTrackingCondition : System.Workflow.Runtime.Tracking.TrackingCondition
[<System.Serializable>]
type ActivityTrackingCondition = class
    inherit TrackingCondition
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ActivityTrackingCondition = class
    inherit TrackingCondition
Public Class ActivityTrackingCondition
Inherits TrackingCondition
繼承
ActivityTrackingCondition
屬性

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

你可以用 來 ActivityTrackingCondition 約束 a UserTrackingLocationActivityTrackingLocation

建構函式

名稱 Description
ActivityTrackingCondition()
已淘汰.

初始化 ActivityTrackingCondition 類別的新執行個體。

ActivityTrackingCondition(String, String)
已淘汰.

透過指定活動成員及比較值來初始化該類別的新 ActivityTrackingCondition 實例。

屬性

名稱 Description
Member
已淘汰.

取得或設定要比較的 Value活動成員名稱。

Operator
已淘汰.

取得或設定比較中所使用的運算子。

Value
已淘汰.

要比較 Member的值。

方法

名稱 Description
Equals(Object)
已淘汰.

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

(繼承來源 Object)
GetHashCode()
已淘汰.

做為預設哈希函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()
已淘汰.

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

(繼承來源 Object)

適用於