Partager via


IScanner.SetSource, méthode

Définit la ligne à analyser.

Espace de noms :  Microsoft.VisualStudio.Package
Assemblys :   Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.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 (dans Microsoft.VisualStudio.Package.LanguageService.dll)

Syntaxe

'Déclaration
Sub SetSource ( _
    source As String, _
    offset As Integer _
)
void SetSource(
    string source,
    int offset
)

Paramètres

  • source
    Type : System.String
    [in] la ligne à être sous forme de jeton.
  • offset
    Type : System.Int32
    [in] l'offset de personnage dans la ligne à analyser de début.Vous devez prêter attention à cette valeur.

Remarques

L'analyse de service de langage est toujours effectuée sur une base par ligne.Cette méthode est appelée pour définir la ligne à analyser par des appels suivants à la méthode d'ScanTokenAndProvideInfoAboutIt.

Sécurité .NET Framework

Voir aussi

Référence

IScanner Interface

Microsoft.VisualStudio.Package, espace de noms