IAsyncCodeLensDataPoint Interface    
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 async CodeLens data point.
public interface class IAsyncCodeLensDataPointpublic interface IAsyncCodeLensDataPointtype IAsyncCodeLensDataPoint = interfacePublic Interface IAsyncCodeLensDataPointProperties
| 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. |