ITextViewLine::ExtentAsMappingSpan Property

 

Gets the IMappingSpan that corresponds to the Extent of the line.

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

property IMappingSpan^ ExtentAsMappingSpan {
	IMappingSpan^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::IMappingSpan^

The IMappingSpan that corresponds to the Extent of the line.

Return to top
Show: