SourceLocationTracker.UpdateLocation 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
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
Parametri
- content
- String
Restituisce
Si applica 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)
Parametri
- characterRead
- Char
- nextCharacter
- Char