AuthoringSink 构造函数

初始化 AuthoringSink 类。

命名空间:  Microsoft.VisualStudio.Package
程序集:   Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)

语法

声明
Public Sub New ( _
    reason As ParseReason, _
    line As Integer, _
    col As Integer, _
    maxErrors As Integer _
)
public AuthoringSink(
    ParseReason reason,
    int line,
    int col,
    int maxErrors
)

参数

  • col
    类型:System.Int32
    [in] 偏移量分析开头的行中。
  • maxErrors
    类型:System.Int32
    [in] 将从该分析器返回的最大错误数。

备注

,如果您从该类派生,则必须对该构造函数的基类构造函数。

.NET Framework 安全性

请参见

参考

AuthoringSink 类

Microsoft.VisualStudio.Package 命名空间