SourceLocation Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SourceLocation(Int32, Int32, Int32) |
Initialise une nouvelle instance de SourceLocation. |
SourceLocation(String, Int32, Int32, Int32) |
Initialise une nouvelle instance de SourceLocation. |
SourceLocation(Int32, Int32, Int32)
Initialise une nouvelle instance de 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)
Paramètres
- absoluteIndex
- Int32
Index absolu.
- lineIndex
- Int32
Index de ligne.
- characterIndex
- Int32
Index de caractère.
S’applique à
SourceLocation(String, Int32, Int32, Int32)
Initialise une nouvelle instance de 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)
Paramètres
- filePath
- String
Chemin d'accès au fichier.
- absoluteIndex
- Int32
Index absolu.
- lineIndex
- Int32
Index de ligne.
- characterIndex
- Int32
Index de caractère.