TextChange.ApplyChange Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| ApplyChange(Span) |
Aplica el cambio de texto al contenido del intervalo y devuelve el nuevo contenido. Este método no actualiza el contenido del intervalo. |
| ApplyChange(String, Int32) |
ApplyChange(Span)
Aplica el cambio de texto al contenido del intervalo y devuelve el nuevo contenido. Este método no actualiza el contenido del intervalo.
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
Parámetros
- span
- Span
Devoluciones
Se aplica 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
Parámetros
- content
- String
- changeOffset
- Int32