Interfaccia IDebugFAEntryTags (extsfns.h)
Quando viene eseguito il comando del debugger !analizza , il motore di analisi può caricare ed eseguire plug-in di analisi delle estensioni. Il motore di analisi crea un oggetto DebugFailureAnalysisTags per organizzare le informazioni sui tag usati da una determinata sessione di analisi.
Un plug-in di analisi dell'estensione accede a un oggetto DebugFailureAnalysisTags tramite un'interfaccia IDebugFAEntryTags . Per altre informazioni, vedere Voci di analisi degli errori, tag e tipi di dati
L'interfaccia IDebugFAEntryTags non è un'interfaccia COM; removremoproc, non eredita da IUnknown
Per ottenere un'interfaccia IDebugFAEntryTags, chiamare il metodo GetDebugFATagControl dell'interfaccia IDebugFailureAnalysis2.
In questa sezione
Argomento | Descrizione |
---|---|
Il metodo GetProperties ottiene il nome o la descrizione (o entrambi) di un tag in un oggetto DebugFailureAnalysisTags. | |
Il metodo GetTagByName cerca un tag con un nome specificato. | |
Il metodo GetType ottiene il tipo di dati associato a un tag in un oggetto DebugFailureAnalysisTags. | |
Il metodo IsValidTagToSet determina se è OK per impostare i dati di un tag specificato. | |
Il metodo SetProperties imposta il nome o la descrizione (o entrambi) di un tag in un oggetto DebugFailureAnalysisTags. | |
Il metodo SetType imposta il tipo di dati associato a un tag in un oggetto DebugFailureAnalysisTags. |
Metodi
L'interfaccia IDebugFAEntryTags include questi metodi.
IDebugFAEntryTags::GetProperties Il metodo GetProperties ottiene il nome o la descrizione (o entrambi) di un tag in un oggetto DebugFailureAnalysisTags. |
IDebugFAEntryTags::GetTagByName Il metodo GetTagByName cerca un tag con un nome specificato. |
IDebugFAEntryTags::GetType Il metodo GetType ottiene il tipo di dati associato a un tag in un oggetto DebugFailureAnalysisTags. |
IDebugFAEntryTags::IsValidTagToSet Il metodo IsValidTagToSet determina se è OK per impostare i dati di un tag specificato. |
IDebugFAEntryTags::SetProperties Il metodo SetProperties imposta il nome o la descrizione (o entrambi) di un tag in un oggetto DebugFailureAnalysisTags. |
IDebugFAEntryTags::SetType Il metodo SetType imposta il tipo di dati associato a un tag in un oggetto DebugFailureAnalysisTags. |
Requisiti
Requisito | Valore |
---|---|
Piattaforma di destinazione | Windows |
Intestazione | extsfns.h |