Freigeben über


FileLocation.Apply(String, Span) Method

Definition

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

Returns

Applies to