Share via


BP_LOCATION_RESOLUTION

Décrit la résolution d’un point d’arrêt à un emplacement spécifique.

Syntaxe

typedef struct _BP_LOCATION_RESOLUTION {
    IDebugBreakpointResolution2* pResolution;
} BP_LOCATION_RESOLUTION;

Membres

pResolution
Objet IDebugBreakpointResolution2 qui détermine le type du point d’arrêt et ses informations de résolution.

Notes

Cette structure est membre de la structure BP_LOCATION dans le cadre d’une union.

Spécifications

En-tête : msdbg.h

Espace de noms : Microsoft.VisualStudio.Debugger.Interop

Assembly : Microsoft.VisualStudio.Debugger.Interop.dll

Voir aussi