ChangeTag Class

Definition

A tag associated with a span of modified text.

C++/WinRT
[Windows::Foundation::Metadata::WebHostHidden]
class ChangeTag : Microsoft::VisualStudio::Text::Tagging::ITag
Inheritance
ChangeTag
Implements

Remarks

Use the CreateTagAggregator method of IViewTagAggregatorFactoryService to instantiate an aggregator of change tags.

Change taggers lose their change history when they are no longer consumed by any tag aggregators. They resume tracking changes if a new aggregator is created.

Constructors

ChangeTag(ChangeTypes)

Initializes a new instance of ChangeTag with the specified change type.

Properties

ChangeTypes

Gets the type of change for the tag.

Applies to

Produit Versions
Visual Studio SDK 2015, 2017, 2019, 2022