ICodeLensTag3 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.
Extends ICodeLensTag2 with an ability to provide CodeLensTagProperties.
public interface class ICodeLensTag3 : Microsoft::VisualStudio::Language::CodeLens::ICodeLensTag2, Microsoft::VisualStudio::Text::Tagging::ITag
public interface ICodeLensTag3 : Microsoft.VisualStudio.Language.CodeLens.ICodeLensTag2, Microsoft.VisualStudio.Text.Tagging.ITag
type ICodeLensTag3 = interface
interface ICodeLensTag2
interface ICodeLensTag
interface ITag
Public Interface ICodeLensTag3
Implements ICodeLensTag2, 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) |