Share via


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
屬性

備註

注意

此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型

您可以使用 ActivityTrackingCondition 限制 UserTrackingLocationActivityTrackingLocation

建構函式

ActivityTrackingCondition()
已淘汰.

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

ActivityTrackingCondition(String, String)
已淘汰.

指定活動成員和用於比較的值,以初始化 ActivityTrackingCondition 類別的新執行個體。

屬性

Member
已淘汰.

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

Operator
已淘汰.

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

Value
已淘汰.

要與 Member 比較的值。

方法

Equals(Object)
已淘汰.

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

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

做為預設雜湊函式。

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

取得目前執行個體的 Type

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

建立目前 Object 的淺層複製。

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

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

(繼承來源 Object)

適用於