ITextViewLine.ExtentAsMappingSpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IMappingSpan that corresponds to the Extent of the line.
public:
property Microsoft::VisualStudio::Text::IMappingSpan ^ ExtentAsMappingSpan { Microsoft::VisualStudio::Text::IMappingSpan ^ get(); };
public:
property Microsoft::VisualStudio::Text::IMappingSpan ^ ExtentAsMappingSpan { Microsoft::VisualStudio::Text::IMappingSpan ^ get(); };
public Microsoft.VisualStudio.Text.IMappingSpan ExtentAsMappingSpan { get; }
member this.ExtentAsMappingSpan : Microsoft.VisualStudio.Text.IMappingSpan
Public ReadOnly Property ExtentAsMappingSpan As IMappingSpan
Property Value
The IMappingSpan that corresponds to the Extent of the line.