ICodeLensTag3 Interface

Definition

Extends ICodeLensTag2 with an ability to provide CodeLensTagProperties.

C++
public interface class ICodeLensTag3 : Microsoft::VisualStudio::Language::CodeLens::ICodeLensTag2, Microsoft::VisualStudio::Text::Tagging::ITag
Implements

Properties

Descriptor

The descriptor for this tag.

(Inherited from ICodeLensTag)
DescriptorContextProvider

Gets an instance of the ICodeLensDescriptorContextProvider, which can provide dynamic context properties of a code element tagged with ICodeLensTag2 in addition to immutable ICodeLensDescriptor.

(Inherited from ICodeLensTag2)
Properties

Properties of the tag defining how it should be handled.

Events

Disconnected

Raised when this tag has been disconnected and is no longer used as part of the editor.

(Inherited from ICodeLensTag)

Applies to

Product Versions
Visual Studio SDK 2019, 2022