Share via


TrackingProfile 類別

定義

建立 TrackingParticipant 之中工作流程追蹤記錄的訂閱。

public ref class TrackingProfile
[System.Windows.Markup.ContentProperty("Queries")]
public class TrackingProfile
[<System.Windows.Markup.ContentProperty("Queries")>]
type TrackingProfile = class
Public Class TrackingProfile
繼承
TrackingProfile
屬性

備註

追蹤設定檔中定義的查詢會定義訂閱所傳回的事件類型。

建構函式

TrackingProfile()

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

屬性

ActivityDefinitionId

取得或設定追蹤設定檔的活動定義 ID。

ImplementationVisibility

取得或設定值,這個值會篩選從最上層活動 (組成其他活動實作的活動) 的巢狀活動中發出的追蹤記錄。

Name

取得追蹤設定檔的顯示名稱。

Queries

取得 TrackingQuery 物件的集合,這些物件會定義這個追蹤設定檔所訂閱的記錄。

方法

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於