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.
- info
Type : Microsoft.VisualStudio.Package.TokenInfo
L'objet qui doit être rempli avec les résultats de l'opération d'analyse.
- src
Type : System.String
Le texte à analyser.
- fname
Type : System.String
Le nom du fichier source à analyser.
- reason
Type : Microsoft.VisualStudio.Package.ParseReason
La raison l'opération d'analyse a été démarrée.
- view
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextView
La vue qui contient le fichier source qui est analysé.
- sink
Type : Microsoft.VisualStudio.Package.AuthoringSink
L'objet utilisé pour contenir les informations de l'opération d'analyse.
- synchronous
Type : System.Boolean
true si la demande est synchrone, false s'il est asynchrone.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.