FileLocation.Apply(String, Span) 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.
Apply a span (which is a character offset within a single expression) to this file offset.
public Microsoft.PowerFx.Syntax.FileLocation Apply(string originalText, Microsoft.PowerFx.Syntax.Span s2);
member this.Apply : string * Microsoft.PowerFx.Syntax.Span -> Microsoft.PowerFx.Syntax.FileLocation
Public Function Apply (originalText As String, s2 As Span) As FileLocation
Parameters
- originalText
- String
- s2
- Span