共用方式為


InteropTrackingRecord 類別

定義

警告

The WF3 Types are deprecated. Instead, please use the new WF4 Types from System.Activities.*

在工作流程的 Interop 活動中出現追蹤記錄時,代表傳送至追蹤參與者的資料。

public ref class InteropTrackingRecord : System::Activities::Tracking::CustomTrackingRecord
public class InteropTrackingRecord : System.Activities.Tracking.CustomTrackingRecord
[System.Obsolete("The WF3 Types are deprecated. Instead, please use the new WF4 Types from System.Activities.*")]
public class InteropTrackingRecord : System.Activities.Tracking.CustomTrackingRecord
type InteropTrackingRecord = class
    inherit CustomTrackingRecord
[<System.Obsolete("The WF3 Types are deprecated. Instead, please use the new WF4 Types from System.Activities.*")>]
type InteropTrackingRecord = class
    inherit CustomTrackingRecord
Public Class InteropTrackingRecord
Inherits CustomTrackingRecord
繼承
屬性

建構函式

InteropTrackingRecord(InteropTrackingRecord)
已淘汰.

使用指定的 InteropTrackingRecord 建立 InteropTrackingRecord 類別的新執行個體。

InteropTrackingRecord(String, TrackingRecord)
已淘汰.

建立 InteropTrackingRecord 類別的新執行個體。

屬性

Activity
已淘汰.

傳回與記錄相關聯之活動的 ActivityInfo

(繼承來源 CustomTrackingRecord)
Annotations
已淘汰.

在衍生類別中實作時,代表加入至此追蹤記錄的名稱/值組集合。

(繼承來源 TrackingRecord)
Data
已淘汰.

取得與此追蹤記錄相關聯的使用者定義資料。

(繼承來源 CustomTrackingRecord)
EventTime
已淘汰.

在衍生的類別中實作時,代表追蹤記錄發生的時間。

(繼承來源 TrackingRecord)
InstanceId
已淘汰.

在衍生類別中實作時,代表產生工作流程執行個體的 ID。

(繼承來源 TrackingRecord)
Level
已淘汰.

取得事件的 TraceLevel

(繼承來源 TrackingRecord)
Name
已淘汰.

取得區別此追蹤記錄的名稱。

(繼承來源 CustomTrackingRecord)
RecordNumber
已淘汰.

定義產生追蹤記錄順序的序列。

(繼承來源 TrackingRecord)
TrackingRecord
已淘汰.

傳回追蹤記錄,這個記錄代表追蹤事件發生時傳送至追蹤參與者的資料。

方法

Clone()
已淘汰.

建立 InteropTrackingRecord 的複本。

Equals(Object)
已淘汰.

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

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

做為預設雜湊函式。

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

取得目前執行個體的 Type

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

建立目前 Object 的淺層複製。

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

傳回包含追蹤記錄資料的字串。

(繼承來源 CustomTrackingRecord)

適用於