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)
Syntax
'Declaration
ReadOnly Property ExtentAsMappingSpan As IMappingSpan
IMappingSpan ExtentAsMappingSpan { get; }
property IMappingSpan^ ExtentAsMappingSpan {
IMappingSpan^ get ();
}
abstract ExtentAsMappingSpan : IMappingSpan with get
function get ExtentAsMappingSpan () : IMappingSpan
Property Value
Type: Microsoft.VisualStudio.Text.IMappingSpan
The IMappingSpan that corresponds to the Extent of the line.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.