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 |