UserTrackingRecord 類別

定義

警告

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

包含在符合 UserTrackPoint 時,由執行階段追蹤基礎結構傳送至追蹤服務的資料。

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

備註

注意

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

當執行階段追蹤基礎結構符合 UserTrackPoint 中的 TrackingProfile 時,它會透過與追蹤服務關聯的 UserTrackingRecordTrackingChannel 傳送至該追蹤服務。 追蹤服務可以在追蹤記錄中的資料上執行所需的任何動作。

建構函式

UserTrackingRecord()
已淘汰.

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

UserTrackingRecord(Type, String, Guid, Guid, DateTime, Int32, String, Object)
已淘汰.

使用指定的參數初始化 UserTrackingRecord 類別的新執行個體。

屬性

ActivityType
已淘汰.

取得或設定活動的 Common Language Runtime (CLR) 型別,該活動發出建立此 UserTrackingRecord 所針對的使用者資料。

Annotations
已淘汰.

取得與使用者事件關聯之附註的集合。

Body
已淘汰.

取得包含任何其他資料的清單,這些其他資料是從符合的 UserTrackPoint 的工作流程中擷取。

ContextGuid
已淘汰.

活動的內容。

EventArgs
已淘汰.

一定是 Nothing 的 null 參考 (在 Visual Basic 中為 UserTrackingRecord)。

EventDateTime
已淘汰.

取得或設定使用者事件發生的日期和時間。

EventOrder
已淘汰.

取得或設定值,該值表示符合 UserTrackPoint 的使用者事件在工作流程執行個體中的順序。

ParentContextGuid
已淘汰.

父活動的內容。

QualifiedName
已淘汰.

取得或設定與此 UserTrackingRecord 關聯之活動的限定名稱。

UserData
已淘汰.

取得或設定此使用者事件的使用者資料。

UserDataKey
已淘汰.

取得或設定與此 UserTrackingRecord 的使用者資料關聯的索引鍵。

方法

Equals(Object)
已淘汰.

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

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

做為預設雜湊函式。

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

取得目前執行個體的 Type

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

建立目前 Object 的淺層複製。

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

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

(繼承來源 Object)

適用於