ITextSnapshotLine::Start Property

 

Gets the SnapshotPoint of the first character in the line.

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

property SnapshotPoint Start {
	SnapshotPoint get();
}

Property Value

Type: Microsoft.VisualStudio.Text::SnapshotPoint

The SnapshotPoint of the first character in the line.

Return to top
Show: