다음을 통해 공유


SourceLocationTracker.UpdateLocation 메서드

정의

오버로드

UpdateLocation(String)

이 형식/멤버는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.업데이트 원본의 위치입니다.

UpdateLocation(Char, Char)

이 형식/멤버는 .NET Framework 인프라를 지원하며 소스 위치에 업데이트 code에서 직접 사용할 수 없습니다.

UpdateLocation(String)

이 형식/멤버는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.업데이트 원본의 위치입니다.

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

업데이트할 문자입니다.

적용 대상