ParseRequest 构造函数 (Int32, Int32, TokenInfo, String, String, ParseReason, IVsTextView, AuthoringSink, Boolean)

初始化 ParseRequest 类的新实例。

命名空间:  Microsoft.VisualStudio.Package
程序集:   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.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)

语法

声明
Public Sub New ( _
    line As Integer, _
    col As Integer, _
    info As TokenInfo, _
    src As String, _
    fname As String, _
    reason As ParseReason, _
    view As IVsTextView, _
    sink As AuthoringSink, _
    synchronous As Boolean _
)
public ParseRequest(
    int line,
    int col,
    TokenInfo info,
    string src,
    string fname,
    ParseReason reason,
    IVsTextView view,
    AuthoringSink sink,
    bool synchronous
)

参数

  • col
    类型:System.Int32
    在开始分析操作的第一行的字符偏移量。
  • synchronous
    类型:System.Boolean
    true ,如果请求为同步, false ,如果它是异步的。

.NET Framework 安全性

请参见

参考

ParseRequest 类

ParseRequest 重载

Microsoft.VisualStudio.Package 命名空间