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)

Syntax

'Declaration
Function GetENCUpdate ( _
    <OutAttribute> ByRef ppUpdate As Object _
) As Integer
int GetENCUpdate(
    out Object ppUpdate
)
int GetENCUpdate(
    [OutAttribute] Object^% ppUpdate
)
abstract GetENCUpdate : 
        ppUpdate:Object byref -> int 
function GetENCUpdate(
    ppUpdate : Object
) : int

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.

Remarks

COM Signature

From vsshell.idl:

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

.NET Framework Security

See Also

Reference

IVsDebugger Interface

Microsoft.VisualStudio.Shell.Interop Namespace