Partilhar via


SpanEditHandler.UpdateSpan(Span, TextChange) Método

Definição

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

Parâmetros

target
Span
normalizedChange
TextChange

Retornos

Aplica-se a