IVsDebugger.GetENCUpdate(Object) 方法

定义

检索此程序的 "编辑并继续" (ENC) update。 自定义调试引擎总是返回 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

参数

ppUpdate
Object

弄用于更新此程序的内部接口。

返回

Int32

如果该方法成功,则返回 S_OK ; 否则返回错误代码。

注解

COM 签名

从 vsshell:

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

适用于