IMappingSpan.Start Property

Definition

Gets the IMappingPoint for the start of this span.

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

Property Value

the IMappingPoint.

Applies to