CodeLens 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 instance created by CodeLens provider.
public abstract class CodeLens : IDisposable
type CodeLens = class
interface IDisposable
Public MustInherit Class CodeLens
Implements IDisposable
- Inheritance
-
CodeLens
- Derived
- Implements
Constructors
CodeLens() |
Methods
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
GetLabelAsync(CodeElementContext, CancellationToken) |
Gets CodeLens label for the CodeLens instance given the context information. |
Invalidate() |
Invalidates the CodeLens instance (e.g. when the data it displays is no longer valid). |