SourceLocation 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SourceLocation(Int32, Int32, Int32) |
初始化 SourceLocation 的新執行個體。 |
SourceLocation(String, Int32, Int32, Int32) |
初始化 SourceLocation 的新執行個體。 |
SourceLocation(Int32, Int32, Int32)
初始化 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)
參數
- absoluteIndex
- Int32
絕對索引。
- lineIndex
- Int32
行索引。
- characterIndex
- Int32
字元索引。
適用於
SourceLocation(String, Int32, Int32, Int32)
初始化 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)
參數
- filePath
- String
檔案路徑。
- absoluteIndex
- Int32
絕對索引。
- lineIndex
- Int32
行索引。
- characterIndex
- Int32
字元索引。