Condividi tramite


Proprietà ExpansionProvider.TextView

Restituisce la visualizzazione di testo che contiene il file di origine che viene modificato dal provider di espansione.

Spazio dei nomi:  Microsoft.VisualStudio.Package
Assembly:   Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property TextView As IVsTextView
public IVsTextView TextView { get; }

Valore proprietà

Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextView
restituisce FindExpansionByShortcut oggetto passato a di InsertNamedExpansion, di InsertSpecificExpansion, di DisplayExpansionBrowsere di IVsTextView metodi.

Note

La visualizzazione di testo viene impostata la prima che sia nei metodi descritti nella sezione di valore restituito.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ExpansionProvider Classe

Spazio dei nomi Microsoft.VisualStudio.Package