SourceLocationTracker.UpdateLocation Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- content
- String
Gibt zurück
Gilt für:
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)
Parameter
- characterRead
- Char
- nextCharacter
- Char