SpanEditHandler.UpdateSpan(Span, TextChange) 方法

定义

protected:
 virtual Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanBuilder ^ UpdateSpan(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Span ^ target, Microsoft::AspNetCore::Razor::Text::TextChange normalizedChange);
protected virtual Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder UpdateSpan (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span target, Microsoft.AspNetCore.Razor.Text.TextChange normalizedChange);
abstract member UpdateSpan : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span * Microsoft.AspNetCore.Razor.Text.TextChange -> Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder
override this.UpdateSpan : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span * Microsoft.AspNetCore.Razor.Text.TextChange -> Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder
Protected Overridable Function UpdateSpan (target As Span, normalizedChange As TextChange) As SpanBuilder

参数

target
Span
normalizedChange
TextChange

返回

适用于