IMappingSpan.End Property

Definition

Gets the IMappingPoint for the end of this span.

public:
 property Microsoft::VisualStudio::Text::IMappingPoint ^ End { Microsoft::VisualStudio::Text::IMappingPoint ^ get(); };
public:
 property Microsoft::VisualStudio::Text::IMappingPoint ^ End { Microsoft::VisualStudio::Text::IMappingPoint ^ get(); };
public Microsoft.VisualStudio.Text.IMappingPoint End { get; }
member this.End : Microsoft.VisualStudio.Text.IMappingPoint
Public ReadOnly Property End As IMappingPoint

Property Value

The IMappingPoint.

Applies to