EditorContextScope.AddQuickFixHandlers 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.
Overloads
AddQuickFixHandlers(CodeFixHandler[])
public void AddQuickFixHandlers(params Microsoft.PowerFx.Intellisense.CodeFixHandler[] codeFixHandlers);
member this.AddQuickFixHandlers : Microsoft.PowerFx.Intellisense.CodeFixHandler[] -> unit
Public Sub AddQuickFixHandlers (ParamArray codeFixHandlers As CodeFixHandler())
Parameters
- codeFixHandlers
- CodeFixHandler[]
Applies to
AddQuickFixHandlers(IEnumerable<CodeFixHandler>)
public void AddQuickFixHandlers(System.Collections.Generic.IEnumerable<Microsoft.PowerFx.Intellisense.CodeFixHandler> codeFixHandlers);
member this.AddQuickFixHandlers : seq<Microsoft.PowerFx.Intellisense.CodeFixHandler> -> unit
Public Sub AddQuickFixHandlers (codeFixHandlers As IEnumerable(Of CodeFixHandler))
Parameters
- codeFixHandlers
- IEnumerable<CodeFixHandler>