VisualCodeLens 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 a CodeLens that can provide a visualization for details of the CodeLens data.
public abstract class VisualCodeLens : Microsoft.VisualStudio.Extensibility.Editor.CodeLens
type VisualCodeLens = class
inherit CodeLens
Public MustInherit Class VisualCodeLens
Inherits CodeLens
- Inheritance
Constructors
VisualCodeLens() |
Methods
Dispose() | (Inherited from CodeLens) |
GetLabelAsync(CodeElementContext, CancellationToken) |
Gets CodeLens label for the CodeLens instance given the context information. (Inherited from CodeLens) |
GetVisualizationAsync(CodeElementContext, IClientContext, CancellationToken) |
Gets the visualization for details of the CodeLens. |
Invalidate() |
Invalidates the CodeLens instance (e.g. when the data it displays is no longer valid). (Inherited from CodeLens) |