IVsDebugger::GetENCUpdate Method (Object^)
Visual Studio 2015
Retrieves the Edit and Continue (ENC) update for this program. A custom debug engine always returns E_NOTIMPL.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- ppUpdate
-
Type:
System::Object^
[out] An internal interface to use to update this program.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK; otherwise, returns an error code.
From vsshell.idl:
HRESULT IVsDebugger::GetENCUpdate( [out] IUnknown** ppUpdate );
Show: