Condividi tramite


BP_RESOLUTION_DATA

Viene illustrato il risultato di associare un punto di interruzione dei dati.

typedef struct _BP_RESOLUTION_DATA { 
   BSTR              bstrDataExpr;
   BSTR              bstrFunc;
   BSTR              bstrImage;
   BP_RES_DATA_FLAGS dwFlags;
} BP_RESOLUTION_DATA;
public struct BP_RESOLUTION_DATA { 
   public string bstrDataExpr;
   public string bstrFunc;
   public string bstrImage;
   public uint   dwFlags;
};

Membri

  • bstrDataExpr
    l'espressione di dati che è stata associata.

  • bstrFunc
    Il nome della funzione del punto di interruzione dei dati è associato in (se presente).

  • bstrImage
    Il nome del modulo (MyModule.dll, ad esempio) che il punto di interruzione dei dati è associato in.

  • dwFlags
    Un valore BP_RES_DATA_FLAGS dell'enumerazione, descrivente come punto di interruzione dei dati viene distribuito.

Note

Questa struttura è un membro BP_RESOLUTION_LOCATION della struttura, che è a sua volta un BP_RESOLUTION_INFORMATION membro della struttura restituita dal IDebugBreakpointResolution2:: GetResolutionInfo metodo.

Requisiti

intestazione: msdbg.h

Spazio dei nomi: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

Vedere anche

Riferimenti

Strutture e unioni

BP_RESOLUTION_LOCATION

BP_RESOLUTION_INFORMATION

IDebugBreakpointResolution2:: GetResolutionInfo