共用方式為


SourceLocation 建構函式

定義

多載

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

字元索引。

適用於