TextChange.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) |
Applica la modifica del testo al contenuto dell'intervallo e restituisce il nuovo contenuto. Questo metodo non aggiorna il contenuto dell'intervallo. |
ApplyChange(String, Int32) |
ApplyChange(Span)
Applica la modifica del testo al contenuto dell'intervallo e restituisce il nuovo contenuto. Questo metodo non aggiorna il contenuto dell'intervallo.
public:
System::String ^ ApplyChange(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Span ^ span);
public string ApplyChange (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span span);
member this.ApplyChange : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span -> string
Public Function ApplyChange (span As Span) As String
Parametri
- span
- Span
Restituisce
Si applica a
ApplyChange(String, Int32)
public:
System::String ^ ApplyChange(System::String ^ content, int changeOffset);
public string ApplyChange (string content, int changeOffset);
member this.ApplyChange : string * int -> string
Public Function ApplyChange (content As String, changeOffset As Integer) As String
Parametri
- content
- String
- changeOffset
- Int32