DkmNativeRuntimeInstance.CancelApplyCodeChange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ()