IDkmNativeEditAndContinueUpdate140A.CancelApplyCodeChange 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
取消正在进行的任何编辑并继续操作。
public:
void CancelApplyCodeChange(Microsoft::VisualStudio::Debugger::Native::DkmNativeRuntimeInstance ^ nativeRuntimeInstance);
public void CancelApplyCodeChange (Microsoft.VisualStudio.Debugger.Native.DkmNativeRuntimeInstance nativeRuntimeInstance);
abstract member CancelApplyCodeChange : Microsoft.VisualStudio.Debugger.Native.DkmNativeRuntimeInstance -> unit
Public Sub CancelApplyCodeChange (nativeRuntimeInstance As DkmNativeRuntimeInstance)
参数
- nativeRuntimeInstance
- DkmNativeRuntimeInstance
中表示在目标进程中执行的本机代码。