ITextSnapshotLine::Extent Property

 

Gets the extent of the line, excluding any line break characters.

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

property SnapshotSpan Extent {
	SnapshotSpan get();
}

Property Value

Type: Microsoft.VisualStudio.Text::SnapshotSpan

The extent of the line, excluding any line break characters.

Return to top
Show: