Condividi tramite


Proprietà ViewFilter.TextView

ottiene IVsTextView oggetto associato a questo ViewFilter oggetto.

Spazio dei nomi:  Microsoft.VisualStudio.Package
Assembly:   Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.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
IVsTextView .

Note

Corrisponde a IVsTextView oggetto passato a ViewFilter costruttore.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ViewFilter Classe

Spazio dei nomi Microsoft.VisualStudio.Package