Source.BeginParse 方法 (Int32, Int32, TokenInfo, ParseReason, IVsTextView, ParseResultHandler)

启动与给定标记的分析操作中,文本视图,并分析请求处理程序。

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

语法

声明
Public Overridable Function BeginParse ( _
    line As Integer, _
    idx As Integer, _
    info As TokenInfo, _
    reason As ParseReason, _
    view As IVsTextView, _
    callback As ParseResultHandler _
) As ParseRequest
public virtual ParseRequest BeginParse(
    int line,
    int idx,
    TokenInfo info,
    ParseReason reason,
    IVsTextView view,
    ParseResultHandler callback
)

参数

返回值

类型:Microsoft.VisualStudio.Package.ParseRequest

备注

此方法由 BeginParse 方法调用与 Check的分析开头。 可以在其他时间调用与适当的 ParseReason

.NET Framework 安全性

请参见

参考

Source 类

BeginParse 重载

Microsoft.VisualStudio.Package 命名空间