TagsChangedEventArgs::Span Property
Visual Studio 2015
Gets the span over which tags have changed.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
public: property IMappingSpan^ Span { [CompilerGeneratedAttribute] IMappingSpan^ get(); [CompilerGeneratedAttribute] private: void set(IMappingSpan^ value); }
Property Value
Type: Microsoft.VisualStudio.Text::IMappingSpan^The span over which tags have changed.
Show: