IVsDebugger.GetENCUpdate(Object) Method

Definition

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

public:
 int GetENCUpdate([Runtime::InteropServices::Out] System::Object ^ % ppUpdate);
int GetENCUpdate([Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & ppUpdate);
public int GetENCUpdate (out object ppUpdate);
abstract member GetENCUpdate : obj -> int
Public Function GetENCUpdate (ByRef ppUpdate As Object) As Integer

Parameters

ppUpdate
Object

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

Returns

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

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsDebugger::GetENCUpdate(  
   [out] IUnknown** ppUpdate  
);  

Applies to