다음을 통해 공유


CodeFixHandler.OnCodeActionApplied(String) Method

Definition

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.

Applies to