ITextViewLine.ExtentIncludingLineBreakAsMappingSpan 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 ExtentIncludingLineBreak.
public:
property Microsoft::VisualStudio::Text::IMappingSpan ^ ExtentIncludingLineBreakAsMappingSpan { Microsoft::VisualStudio::Text::IMappingSpan ^ get(); };
public:
property Microsoft::VisualStudio::Text::IMappingSpan ^ ExtentIncludingLineBreakAsMappingSpan { Microsoft::VisualStudio::Text::IMappingSpan ^ get(); };
public Microsoft.VisualStudio.Text.IMappingSpan ExtentIncludingLineBreakAsMappingSpan { get; }
member this.ExtentIncludingLineBreakAsMappingSpan : Microsoft.VisualStudio.Text.IMappingSpan
Public ReadOnly Property ExtentIncludingLineBreakAsMappingSpan As IMappingSpan
Property Value
The IMappingSpan that corresponds to ExtentIncludingLineBreak.