Share via


IMappingSpan.End Property

Gets the IMappingPoint for the end of this span.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
ReadOnly Property End As IMappingPoint
IMappingPoint End { get; }
property IMappingPoint^ End {
    IMappingPoint^ get ();
}
abstract End : IMappingPoint with get
function get End () : IMappingPoint

Property Value

Type: Microsoft.VisualStudio.Text.IMappingPoint
The IMappingPoint.

.NET Framework Security

See Also

Reference

IMappingSpan Interface

Microsoft.VisualStudio.Text Namespace