ICodeLensDescriptorContextProvider 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.
Provides dynamic context properties of a code element tagged with ICodeLensTag2 in addition to immutable ICodeLensDescriptor. These include a span of the code element, which for example is changing during code editing within a method, unlike ICodeLensDescriptor of the method.
public interface class ICodeLensDescriptorContextProvider
public interface ICodeLensDescriptorContextProvider
type ICodeLensDescriptorContextProvider = interface
Public Interface ICodeLensDescriptorContextProvider
Methods
GetCurrentContextAsync() |
Gets current context properties of a code element tagged with ICodeLensTag2. |