Partager via


SpanEditHandler.UpdateSpan(Span, TextChange) Méthode

Définition

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

Paramètres

target
Span
normalizedChange
TextChange

Retours

S’applique à