IVsDebugger::GetENCUpdate Method (Object^)

 

Retrieves the Edit and Continue (ENC) update for this program. A custom debug engine always returns E_NOTIMPL.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetENCUpdate(
	[OutAttribute] Object^% ppUpdate
)

Parameters

ppUpdate
Type: System::Object^

[out] An internal interface to use to update this program.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK; otherwise, returns an error code.

From vsshell.idl:

HRESULT IVsDebugger::GetENCUpdate(
   [out] IUnknown** ppUpdate
);
Return to top
Show: