IVsDebugger2.GetInternalDebugMode(DBGMODE[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le mode du débogueur interne.
public:
int GetInternalDebugMode(cli::array <Microsoft::VisualStudio::Shell::Interop::DBGMODE> ^ pdbgmode);
public:
int GetInternalDebugMode(Platform::Array <Microsoft::VisualStudio::Shell::Interop::DBGMODE> ^ pdbgmode);
int GetInternalDebugMode(std::Array <Microsoft::VisualStudio::Shell::Interop::DBGMODE> const & pdbgmode);
public int GetInternalDebugMode (Microsoft.VisualStudio.Shell.Interop.DBGMODE[] pdbgmode);
abstract member GetInternalDebugMode : Microsoft.VisualStudio.Shell.Interop.DBGMODE[] -> int
Public Function GetInternalDebugMode (pdbgmode As DBGMODE()) As Integer
Paramètres
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Remarques
Au cours de l’évaluation d’une expression au moment du design, le mode interne du débogueur peut être différent du mode Shell (retourné par GetMode ).
Signature COM
À partir de vsshell80. idl :
HRESULT GetInternalDebugMode (
[out] DBGMODE *pdbgmode
);