Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
'宣言
Public Overridable Function BeginParse ( _
line As Integer, _
idx As Integer, _
info As TokenInfo, _
reason As ParseReason, _
view As IVsTextView, _
callback As ParseResultHandler _
) As ParseRequest
'使用
Dim instance As Source
Dim line As Integer
Dim idx As Integer
Dim info As TokenInfo
Dim reason As ParseReason
Dim view As IVsTextView
Dim callback As ParseResultHandler
Dim returnValue As ParseRequest
returnValue = instance.BeginParse(line, _
idx, info, reason, view, callback)
public virtual ParseRequest BeginParse(
int line,
int idx,
TokenInfo info,
ParseReason reason,
IVsTextView view,
ParseResultHandler callback
)
public:
virtual ParseRequest^ BeginParse(
int line,
int idx,
TokenInfo^ info,
ParseReason reason,
IVsTextView^ view,
ParseResultHandler^ callback
)
public function BeginParse(
line : int,
idx : int,
info : TokenInfo,
reason : ParseReason,
view : IVsTextView,
callback : ParseResultHandler
) : ParseRequest
Parameters
- line
Type: System.Int32
- idx
Type: System.Int32
- info
Type: Microsoft.VisualStudio.Package.TokenInfo
- reason
Type: Microsoft.VisualStudio.Package.ParseReason
- callback
Type: Microsoft.VisualStudio.Package.ParseResultHandler
Return Value
Type: Microsoft.VisualStudio.Package.ParseRequest
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.