Share via


TextAndAdornmentSequenceChangedEventArgs.Span Property

Gets the span over which tags have changed.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Public Property Span As IMappingSpan
public IMappingSpan Span { get; private set; }
public:
property IMappingSpan^ Span {
    IMappingSpan^ get ();
    private: void set (IMappingSpan^ value);
}
member Span : IMappingSpan with get, private set
function get Span () : IMappingSpan
private function set Span (value : IMappingSpan)

Property Value

Type: Microsoft.VisualStudio.Text.IMappingSpan
The span over which tags have changed.

.NET Framework Security

See Also

Reference

TextAndAdornmentSequenceChangedEventArgs Class

Microsoft.VisualStudio.Text.Formatting Namespace