Share via


ICodeLensTag Interface

Definition

An ITag indicating the place where CodeLens indicators should be created.

public interface class ICodeLensTag : Microsoft::VisualStudio::Text::Tagging::ITag
public interface ICodeLensTag : Microsoft.VisualStudio.Text.Tagging.ITag
type ICodeLensTag = interface
    interface ITag
Public Interface ICodeLensTag
Implements ITag
Derived
Implements

Properties

Descriptor

The descriptor for this tag.

Events

Disconnected

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

Applies to