SpanEditHandler.ApplyChange 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.
Overload
ApplyChange(Span, TextChange) | |
ApplyChange(Span, TextChange, Boolean) |
ApplyChange(Span, TextChange)
public:
virtual Microsoft::AspNetCore::Razor::Editor::EditResult ^ ApplyChange(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Span ^ target, Microsoft::AspNetCore::Razor::Text::TextChange change);
public virtual Microsoft.AspNetCore.Razor.Editor.EditResult ApplyChange (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span target, Microsoft.AspNetCore.Razor.Text.TextChange change);
abstract member ApplyChange : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span * Microsoft.AspNetCore.Razor.Text.TextChange -> Microsoft.AspNetCore.Razor.Editor.EditResult
override this.ApplyChange : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span * Microsoft.AspNetCore.Razor.Text.TextChange -> Microsoft.AspNetCore.Razor.Editor.EditResult
Public Overridable Function ApplyChange (target As Span, change As TextChange) As EditResult
Parametri
- target
- Span
- change
- TextChange
Restituisce
Si applica a
ApplyChange(Span, TextChange, Boolean)
public:
virtual Microsoft::AspNetCore::Razor::Editor::EditResult ^ ApplyChange(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Span ^ target, Microsoft::AspNetCore::Razor::Text::TextChange change, bool force);
public virtual Microsoft.AspNetCore.Razor.Editor.EditResult ApplyChange (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span target, Microsoft.AspNetCore.Razor.Text.TextChange change, bool force);
abstract member ApplyChange : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span * Microsoft.AspNetCore.Razor.Text.TextChange * bool -> Microsoft.AspNetCore.Razor.Editor.EditResult
override this.ApplyChange : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span * Microsoft.AspNetCore.Razor.Text.TextChange * bool -> Microsoft.AspNetCore.Razor.Editor.EditResult
Public Overridable Function ApplyChange (target As Span, change As TextChange, force As Boolean) As EditResult
Parametri
- target
- Span
- change
- TextChange
- force
- Boolean