CodeFixHandler.OnCodeActionApplied(String) 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.
Callback invoke if the user applies the handler. Note that this may be invoked on a different server then invoked SuggestFixesAsync.
public virtual void OnCodeActionApplied(string actionIdentifier);
abstract member OnCodeActionApplied : string -> unit
override this.OnCodeActionApplied : string -> unit
Public Overridable Sub OnCodeActionApplied (actionIdentifier As String)
Parameters
- actionIdentifier
- String
The ActionIdentifier from the suggestion.