Compartilhar via


Método IVsDebugger.GetENCUpdate (Object)

 

Recupera o Edit and Continue (ENC) atualização desse programa.Um mecanismo de depuração personalizada sempre retorna E_NOTIMPL.

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

Sintaxe

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

Parâmetros

  • ppUpdate
    [out] Uma interface interna para usar para atualizar este programa.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK; Caso contrário, retorna um código de erro.

Comentários

COM assinatura

De vsshell.idl:

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

Consulte também

Interface IVsDebugger
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo