IVsDebugger.GetMode(DBGMODE[]) Yöntem

Tanım

Numaralandırmadaki bir değer olan geçerli hata ayıklayıcı modunu döndürür DBGMODE DBGMODE_Break .

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

Parametreler

pdbgmode
DBGMODE[]

dışı Numaralandırmadaki bir değere işaretçi DBGMODE .

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Vsshell. IDL dosyasından:

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

Şunlara uygulanır