SpanEditHandler.UpdateSpan(Span, TextChange) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- target
- Span
- normalizedChange
- TextChange