TextLine.FromSpan(SourceText, TextSpan) Method
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.
Creates a TextLine instance.
public:
static Microsoft::CodeAnalysis::Text::TextLine FromSpan(Microsoft::CodeAnalysis::Text::SourceText ^ text, Microsoft::CodeAnalysis::Text::TextSpan span);
public static Microsoft.CodeAnalysis.Text.TextLine FromSpan (Microsoft.CodeAnalysis.Text.SourceText text, Microsoft.CodeAnalysis.Text.TextSpan span);
static member FromSpan : Microsoft.CodeAnalysis.Text.SourceText * Microsoft.CodeAnalysis.Text.TextSpan -> Microsoft.CodeAnalysis.Text.TextLine
Public Shared Function FromSpan (text As SourceText, span As TextSpan) As TextLine
Parameters
- text
- SourceText
The source text.
- span
- TextSpan
The span of the line.
Returns
An instance of TextLine.
Exceptions
The span does not represent a text line.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.