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
)
参数
- line
类型:System.Int32
的行开始分析操作中。
- col
类型:System.Int32
在开始分析操作的第一行的字符偏移量。
- info
类型:Microsoft.VisualStudio.Package.TokenInfo
将用分析操作结果的对象。
- src
类型:System.String
要分析的文本。
- fname
类型:System.String
要分析的源文件的名称。
- reason
类型:Microsoft.VisualStudio.Package.ParseReason
的根源分析操作启动。
- view
类型:Microsoft.VisualStudio.TextManager.Interop.IVsTextView
包含源文件分析的视图。
- sink
类型:Microsoft.VisualStudio.Package.AuthoringSink
用于的对象包含从分析操作的信息。
- synchronous
类型:System.Boolean
true ,如果请求为同步, false ,如果它是异步的。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。