nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio / mappingLine

mappingLine

Full name Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.SourceMap.mappingLine Assembly Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio Members 7

01 Syntax

Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.SourceMap.mappingLine

02 Methods

NameOverloadsSummary
GetStackFrame 1
ToString 1

03 Properties

NameOverloadsSummary
targetCol 1 第一位,表示这个位置在(转换后的代码的)的第几列。
fileIndex 1 第二位,表示这个位置属于sources属性中的哪一个文件。
sourceLine 1 第三位,表示这个位置属于转换前代码的第几行。
sourceCol 1 第四位,表示这个位置属于转换前代码的第几列。
nameIndex 1 第五位,表示这个位置属于names属性中的哪一个变量。

04 Members

property targetCol #
targetCol

第一位,表示这个位置在(转换后的代码的)的第几列。

property fileIndex #
fileIndex

第二位,表示这个位置属于sources属性中的哪一个文件。

property sourceLine #
sourceLine

第三位,表示这个位置属于转换前代码的第几行。

property sourceCol #
sourceCol

第四位,表示这个位置属于转换前代码的第几列。

property nameIndex #
nameIndex

第五位,表示这个位置属于names属性中的哪一个变量。

method GetStackFrame #
GetStackFrame(sourceMap)
method ToString #
ToString()