Share via


CustomTrackingQuery 類別

定義

加入至 Queries時,會在追蹤設定檔中查詢自訂記錄時訂閱自訂追蹤記錄。

public ref class CustomTrackingQuery : System::Activities::Tracking::TrackingQuery
public class CustomTrackingQuery : System.Activities.Tracking.TrackingQuery
type CustomTrackingQuery = class
    inherit TrackingQuery
Public Class CustomTrackingQuery
Inherits TrackingQuery
繼承
CustomTrackingQuery
衍生

建構函式

CustomTrackingQuery()

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

屬性

ActivityName

取得或設定產生追蹤記錄的活動名稱。

Name

取得或設定發出之自訂追蹤記錄的名稱。

QueryAnnotations

名稱/值組表單中的資料集合,這個集合會包含由此查詢傳回的資料。

(繼承來源 TrackingQuery)

方法

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於