SnapshotSpan.Start Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.