SourceLocationTracker.UpdateLocation 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
UpdateLocation(String)
public:
Microsoft::AspNetCore::Razor::Text::SourceLocationTracker ^ UpdateLocation(System::String ^ content);
public Microsoft.AspNetCore.Razor.Text.SourceLocationTracker UpdateLocation(string content);
member this.UpdateLocation : string -> Microsoft.AspNetCore.Razor.Text.SourceLocationTracker
Public Function UpdateLocation (content As String) As SourceLocationTracker
Parámetros
- content
- String
Devoluciones
Se aplica a
UpdateLocation(Char, Char)
public:
void UpdateLocation(char characterRead, char nextCharacter);
public void UpdateLocation(char characterRead, char nextCharacter);
member this.UpdateLocation : char * char -> unit
Public Sub UpdateLocation (characterRead As Char, nextCharacter As Char)
Parámetros
- characterRead
- Char
- nextCharacter
- Char