SnapshotSpan::Start Property

 

Gets the starting index of the snapshot span.

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

public:
property SnapshotPoint Start {
	SnapshotPoint get();
}

Property Value

Type: Microsoft.VisualStudio.Text::SnapshotPoint

The starting index of the snapshot span.

Return to top
Show: