Partager via


ParseRequest, constructeur (Int32, Int32, TokenInfo, String, String, ParseReason, IVsTextView, AuthoringSink, Boolean)

Initialise une nouvelle instance de la classe ParseRequest.

Espace de noms :  Microsoft.VisualStudio.Package
Assemblys :   Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • line
    Type : System.Int32
    La ligne sur laquelle pour démarrer l'opération d'analyse.
  • col
    Type : System.Int32
    L'offset de personnage sur la première ligne pour commencer l'opération d'analyse.
  • fname
    Type : System.String
    Le nom du fichier source à analyser.
  • synchronous
    Type : System.Boolean
    true si la demande est synchrone, false s'il est asynchrone.

Sécurité .NET Framework

Voir aussi

Référence

ParseRequest Classe

ParseRequest, surcharge

Microsoft.VisualStudio.Package, espace de noms