IVsDebugger2.EnumDebugEngines(IVsEnumGUID) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an enumerator for the active debugging engines. The enumerator provides the GUIDs for the engines.
public:
int EnumDebugEngines([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsEnumGUID ^ % ppEnum);
public:
int EnumDebugEngines([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsEnumGUID ^ & ppEnum);
int EnumDebugEngines([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsEnumGUID const & & ppEnum);
public int EnumDebugEngines (out Microsoft.VisualStudio.TextManager.Interop.IVsEnumGUID ppEnum);
abstract member EnumDebugEngines : IVsEnumGUID -> int
Public Function EnumDebugEngines (ByRef ppEnum As IVsEnumGUID) As Integer
Parameters
- ppEnum
- IVsEnumGUID
[out] Pointer to the enumerator interface, IVsEnumGUID.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsDebugger2::EnumDebugEngines(
[out] IVsEnumGUID **ppEnum
);