ExpansionProvider.TextView, propriété
Retourne l'affichage de texte contenant le fichier source manipulé par le fournisseur d'expansion.
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 (dans Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TextView As IVsTextView
public IVsTextView TextView { get; }
Valeur de propriété
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextView
Retourne l'objet d'IVsTextView qui a été passé à l'DisplayExpansionBrowser, à l'InsertSpecificExpansion, à l'InsertNamedExpansion, et aux méthodes d'FindExpansionByShortcut.
Remarques
L'affichage de texte est défini le plus tôt possible qui est dans les méthodes décrites dans la section de valeur de retour.
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.