IDebugFAEntryTags 介面 (extsfns.h)
當 !analyze 調試程式命令執行時,分析引擎可以載入並執行延伸模組分析外掛程式。分析引擎會建立 DebugFailureAnalysisTags 物件,以組織特定分析會話所使用的標記相關信息。
延伸模組分析外掛程式會透過 IDebugFAEntryTags 介面存取 DebugFailureAnalysisTags 物件。 如需詳細資訊,請參閱 失敗分析專案、標記和數據類型
IDebugFAEntryTags 介面不是 COM 介面;removremoproc,也就是說,它不會繼承自 IUnknown
若要取得 IDebugFAEntryTags 介面,請呼叫 IDebugFailureAnalysis2 介面的 GetDebugFATagControl 方法。
本節內容
主題 | 描述 |
---|---|
GetProperties 方法會取得 DebugFailureAnalysisTags 物件中標記的名稱或描述 (或兩者) 。 | |
GetTagByName 方法會搜尋具有指定名稱的標記。 | |
GetType 方法會取得與 DebugFailureAnalysisTags 對象中標記相關聯的數據類型。 | |
IsValidTagToSet 方法會判斷是否確定要設定指定標記的數據。 | |
SetProperties 方法會設定 DebugFailureAnalysisTags 物件中標記的名稱或描述 (或兩者) 。 | |
SetType 方法會設定與 DebugFailureAnalysisTags 物件中標記相關聯的數據類型。 |
方法
IDebugFAEntryTags 介面具有這些方法。
IDebugFAEntryTags::GetProperties GetProperties 方法會取得 DebugFailureAnalysisTags 物件中標記的名稱或描述 (或兩者) 。 |
IDebugFAEntryTags::GetTagByName GetTagByName 方法會搜尋具有指定名稱的標記。 |
IDebugFAEntryTags::GetType GetType 方法會取得與 DebugFailureAnalysisTags 對象中標記相關聯的數據類型。 |
IDebugFAEntryTags::IsValidTagToSet IsValidTagToSet 方法會判斷是否確定要設定指定標記的數據。 |
IDebugFAEntryTags::SetProperties SetProperties 方法會設定 DebugFailureAnalysisTags 物件中標記的名稱或描述 (或兩者) 。 |
IDebugFAEntryTags::SetType SetType 方法會設定與 DebugFailureAnalysisTags 物件中標記相關聯的數據類型。 |
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | extsfns.h |