SpanEditHandler.IsAtEndOfSpan(Span, TextChange) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
protected public:
static bool IsAtEndOfSpan(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Span ^ target, Microsoft::AspNetCore::Razor::Text::TextChange change);
protected internal static bool IsAtEndOfSpan (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span target, Microsoft.AspNetCore.Razor.Text.TextChange change);
static member IsAtEndOfSpan : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span * Microsoft.AspNetCore.Razor.Text.TextChange -> bool
Protected Friend Shared Function IsAtEndOfSpan (target As Span, change As TextChange) As Boolean
Parametri
- target
- Span
- change
- TextChange