TagsChangedEventArgs::Span Property

 

Gets the span over which tags have changed.

Namespace:   Microsoft.VisualStudio.Text.Tagging
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.

Return to top
Show: