This topic has not yet been rated - Rate this topic

IVsDebugger.GetENCUpdate Method

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(
	out 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.

COM Signature

From vsshell.idl:

HRESULT IVsDebugger::GetENCUpdate(
   [out] IUnknown** ppUpdate
);
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ