SourceLocationTracker.UpdateLocation 方法

定义

重载

UpdateLocation(String)

此类型/成员支持.NET Framework基础结构,不应直接从 code.汇报源位置使用。

UpdateLocation(Char, Char)

此类型/成员支持.NET Framework基础结构,不应直接从 code.汇报源位置使用。

UpdateLocation(String)

此类型/成员支持.NET Framework基础结构,不应直接从 code.汇报源位置使用。

public System.Web.Razor.Text.SourceLocationTracker UpdateLocation (string content);
member this.UpdateLocation : string -> System.Web.Razor.Text.SourceLocationTracker
Public Function UpdateLocation (content As String) As SourceLocationTracker

参数

content
String

源的内容。

返回

SourceLocationTracker 对象。

适用于

UpdateLocation(Char, Char)

此类型/成员支持.NET Framework基础结构,不应直接从 code.汇报源位置使用。

public void UpdateLocation (char characterRead, char nextCharacter);
member this.UpdateLocation : char * char -> unit
Public Sub UpdateLocation (characterRead As Char, nextCharacter As Char)

参数

characterRead
Char

要读取的字符。

nextCharacter
Char

要更新的字符。

适用于