Share via


IAsyncCodeLensDataPoint Interface

Definition

Represents an async CodeLens data point.

public interface class IAsyncCodeLensDataPoint
public interface IAsyncCodeLensDataPoint
type IAsyncCodeLensDataPoint = interface
Public Interface IAsyncCodeLensDataPoint

Properties

Descriptor

The CodeLensDescriptor object that uniquely identifies the data point.

Methods

GetDataAsync(CancellationToken)

Gets lens data from the data point.

GetDataAsync(CodeLensDescriptorContext, CancellationToken)

Gets lens data from the data point.

GetDetailsAsync(CancellationToken)

Gets lens details from the data point.

GetDetailsAsync(CodeLensDescriptorContext, CancellationToken)

Gets lens details from the data point.

Events

InvalidatedAsync

Raised when the data point is invalidated.

Applies to