다음을 통해 공유


SpanEditHandler.IsEndDeletion(Span, TextChange) 메서드

정의

지정된 변경 내용이 이 범위의 끝에 있는 텍스트를 삽입하는 경우 true를 반환합니다.

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

매개 변수

target
Span
change
TextChange

반환

적용 대상