ITextViewLine::Start Property

 

Gets the position in Snapshot of the first character in the line.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property SnapshotPoint Start {
	SnapshotPoint get();
}

Property Value

Type: Microsoft.VisualStudio.Text::SnapshotPoint

The position in Snapshot of the first character in the line.

Return to top
Show: