EditorContextScope Class
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.
Implement aIPowerFxScope for intellisense on top of anEngine instance. A scope is the context for a specific formula bar. This includes helpers to aide in customizing the editing experience.
public sealed class EditorContextScope : Microsoft.PowerFx.Intellisense.IPowerFxScope, Microsoft.PowerFx.LanguageServerProtocol.IPowerFxScopeFx2NL
type EditorContextScope = class
interface IPowerFxScope
interface IPowerFxScopeFx2NL
Public NotInheritable Class EditorContextScope
Implements IPowerFxScope, IPowerFxScopeFx2NL
- Inheritance
-
EditorContextScope
- Implements
Constructors
| EditorContextScope(Func<String,CheckResult>) |
Properties
| Services |
Services that can be used within intellisense, like http factory for Dynamic intellisense. Optional, can be null. |
| UsageHints | |
Methods
Explicit Interface Implementations
| IPowerFxScope.ConvertToDisplay(String) | |
| IPowerFxScope.Suggest(String, Int32) |