다음을 통해 공유


SpanEditHandler.IsEndReplace(Span, TextChange) 메서드

정의

지정한 변경 내용이 이 범위의 끝에 있는 텍스트를 바꾸는 경우 true를 반환합니다.

protected public:
 static bool IsEndReplace(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Span ^ target, Microsoft::AspNetCore::Razor::Text::TextChange change);
protected internal static bool IsEndReplace (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span target, Microsoft.AspNetCore.Razor.Text.TextChange change);
static member IsEndReplace : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span * Microsoft.AspNetCore.Razor.Text.TextChange -> bool
Protected Friend Shared Function IsEndReplace (target As Span, change As TextChange) As Boolean

매개 변수

target
Span
change
TextChange

반환

적용 대상