UserTrackingRecord 類別

定義

警告

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

包含執行時追蹤基礎設施在 a 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
屬性

備註

Note

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

當執行時追蹤基礎設施在 中匹配 ,UserTrackPoint會透過與該追蹤服務相關的 向追蹤服務TrackingChannel發送 aUserTrackingRecordTrackingProfile 追蹤服務可以對追蹤記錄中的資料執行所需的任何操作。

建構函式

名稱 Description
UserTrackingRecord()
已淘汰.

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

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

使用指定的參數初始化該類別的新 UserTrackingRecord 實例。

屬性

名稱 Description
ActivityType
已淘汰.

取得或設定產生使用者資料 UserTrackingRecord 的活動的共通語言執行時(CLR)類型。

Annotations
已淘汰.

取得與使用者事件相關的註解集合。

Body
已淘汰.

會取得一個清單,包含從工作流程中提取的額外資料,該 UserTrackPoint 資料被匹配出來。

ContextGuid
已淘汰.

活動背景。

EventArgs
已淘汰.

UserTrackingRecord 的 必須有空參考(Nothing 在 Visual Basic)。

EventDateTime
已淘汰.

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

EventOrder
已淘汰.

取得或設定一個值,表示在工作流程實例中與事件 UserTrackPoint 相符的使用者事件順序。

ParentContextGuid
已淘汰.

家長活動的背景。

QualifiedName
已淘汰.

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

UserData
已淘汰.

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

UserDataKey
已淘汰.

取得或設定與使用者資料 UserTrackingRecord相關的鍵。

方法

名稱 Description
Equals(Object)
已淘汰.

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

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

做為預設雜湊函式。

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

取得目前實例的 Type

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

建立目前 Object的淺層複本。

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

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

(繼承來源 Object)

適用於