LanguageService.GetSource, méthode (IVsTextView)
Retourne un objet existant d'Source qui contient le fichier source montré dans l'affichage de texte spécifié.
Espace de noms : Microsoft.VisualStudio.Package
Assemblys : 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)
Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
Syntaxe
'Déclaration
Public Function GetSource ( _
view As IVsTextView _
) As Source
public Source GetSource(
IVsTextView view
)
Paramètres
- view
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextView
[in] un objet d'IVsTextView qui affiche le fichier source pour lequel obtenir l'objet d'Source.
Valeur de retour
Type : Microsoft.VisualStudio.Package.Source
Si réussi, retours un objet d'Source ; sinon, retours une valeur NULL (il n'y a aucun objet d'Source dans ce service de langage qui contrôle l'ensemble de lignes sources montrées dans la vue spécifiée.)
Remarques
L'objet d'IVsTextLines est obtenu d'IVsTextView avec un appel à l'IVsTextView.GetBuffer ; c'est cet objet d'IVsTextLines qui est utilisé pour rechercher un objet d'Source dans la liste interne d'objets d'Source.
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.