SnapshotSpan.Start Property

Definition

Gets the starting index of the snapshot span.

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

Property Value

The starting index of the snapshot span.

Applies to