InvokableCodeLens 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.
Represents an invokable CodeLens. Such CodeLens executes code when user clicks on the CodeLens adornment in the editor.
public abstract class InvokableCodeLens : Microsoft.VisualStudio.Extensibility.Editor.CodeLens
type InvokableCodeLens = class
inherit CodeLens
Public MustInherit Class InvokableCodeLens
Inherits CodeLens
- Inheritance
Constructors
InvokableCodeLens() |
Methods
Dispose() | (Inherited from CodeLens) |
ExecuteAsync(CodeElementContext, IClientContext, CancellationToken) |
Invoke this CodeLens given the context information. |
GetLabelAsync(CodeElementContext, CancellationToken) |
Gets CodeLens label for the CodeLens instance given the context information. (Inherited from CodeLens) |
Invalidate() |
Invalidates the CodeLens instance (e.g. when the data it displays is no longer valid). (Inherited from CodeLens) |