ImplicitExpressionEditHandler.CanAcceptChange(Span, TextChange) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
protected:
override Microsoft::AspNetCore::Razor::PartialParseResult CanAcceptChange(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Span ^ target, Microsoft::AspNetCore::Razor::Text::TextChange normalizedChange);
protected override Microsoft.AspNetCore.Razor.PartialParseResult CanAcceptChange(Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span target, Microsoft.AspNetCore.Razor.Text.TextChange normalizedChange);
override this.CanAcceptChange : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span * Microsoft.AspNetCore.Razor.Text.TextChange -> Microsoft.AspNetCore.Razor.PartialParseResult
Protected Overrides Function CanAcceptChange (target As Span, normalizedChange As TextChange) As PartialParseResult
Parameter
- target
- Span
- normalizedChange
- TextChange