Freigeben über


DkmNativeRuntimeInstance.CancelApplyCodeChange Method

Definition

Cancels any Edit and Continue operation in flight.

Location constraint: API must be called from an IDE component (component level > 100,000).

This API was introduced in Visual Studio 14 Update 1 (DkmApiVersion.VS14Update1).

public:
 void CancelApplyCodeChange();
public:
 void CancelApplyCodeChange();
void CancelApplyCodeChange();
public void CancelApplyCodeChange ();
member this.CancelApplyCodeChange : unit -> unit
Public Sub CancelApplyCodeChange ()

Applies to