IVsDebugger.GetMode(DBGMODE[]) Methode

Definition

Gibt den aktuellen Debuggermodus, einen Wert in der DBGMODE-Enumeration wie DBGMODE_Break zurück.

public:
 int GetMode(cli::array <Microsoft::VisualStudio::Shell::Interop::DBGMODE> ^ pdbgmode);
public:
 int GetMode(Platform::Array <Microsoft::VisualStudio::Shell::Interop::DBGMODE> ^ pdbgmode);
int GetMode(std::Array <Microsoft::VisualStudio::Shell::Interop::DBGMODE> const & pdbgmode);
public int GetMode (Microsoft.VisualStudio.Shell.Interop.DBGMODE[] pdbgmode);
abstract member GetMode : Microsoft.VisualStudio.Shell.Interop.DBGMODE[] -> int
Public Function GetMode (pdbgmode As DBGMODE()) As Integer

Parameter

pdbgmode
DBGMODE[]

[out] Ein Zeiger auf einen Wert in der DBGMODE-Enumeration.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus vsshell. idl:

HRESULT IVsDebugger::GetMode(  
   [out] DBGMODE *pdbgmode  
);  

Gilt für