SourceLocationTracker Konstruktoren
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
SourceLocationTracker() | |
SourceLocationTracker(SourceLocation) |
SourceLocationTracker()
public:
SourceLocationTracker();
public SourceLocationTracker ();
Public Sub New ()
Gilt für:
SourceLocationTracker(SourceLocation)
public:
SourceLocationTracker(Microsoft::AspNetCore::Razor::SourceLocation currentLocation);
public SourceLocationTracker (Microsoft.AspNetCore.Razor.SourceLocation currentLocation);
new Microsoft.AspNetCore.Razor.Text.SourceLocationTracker : Microsoft.AspNetCore.Razor.SourceLocation -> Microsoft.AspNetCore.Razor.Text.SourceLocationTracker
Public Sub New (currentLocation As SourceLocation)
Parameter
- currentLocation
- SourceLocation