SourceLocation 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
SourceLocation(Int32, Int32, Int32) |
Initialisiert eine neue Instanz von SourceLocation. |
SourceLocation(String, Int32, Int32, Int32) |
Initialisiert eine neue Instanz von SourceLocation. |
SourceLocation(Int32, Int32, Int32)
Initialisiert eine neue Instanz von SourceLocation.
public:
SourceLocation(int absoluteIndex, int lineIndex, int characterIndex);
public SourceLocation (int absoluteIndex, int lineIndex, int characterIndex);
new Microsoft.AspNetCore.Razor.SourceLocation : int * int * int -> Microsoft.AspNetCore.Razor.SourceLocation
Public Sub New (absoluteIndex As Integer, lineIndex As Integer, characterIndex As Integer)
Parameter
- absoluteIndex
- Int32
Der absolute Index.
- lineIndex
- Int32
Der Zeilenindex.
- characterIndex
- Int32
Der Zeichenindex.
Gilt für:
SourceLocation(String, Int32, Int32, Int32)
Initialisiert eine neue Instanz von SourceLocation.
public:
SourceLocation(System::String ^ filePath, int absoluteIndex, int lineIndex, int characterIndex);
public SourceLocation (string filePath, int absoluteIndex, int lineIndex, int characterIndex);
new Microsoft.AspNetCore.Razor.SourceLocation : string * int * int * int -> Microsoft.AspNetCore.Razor.SourceLocation
Public Sub New (filePath As String, absoluteIndex As Integer, lineIndex As Integer, characterIndex As Integer)
Parameter
- filePath
- String
Der Dateipfad.
- absoluteIndex
- Int32
Der absolute Index.
- lineIndex
- Int32
Der Zeilenindex.
- characterIndex
- Int32
Der Zeichenindex.