Condividi tramite


Proprietà ParseRequest.View

specifica IVsTextView oggetto che rappresenta la visualizzazione contenente il database di origine che sta analizzando.

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

Sintassi

'Dichiarazione
Public Property View As IVsTextView
public IVsTextView View { get; set; }

Valore proprietà

Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextView
restituisce IVsTextView oggetto passato a ParseRequest costruttore di classe.

Note

Questa proprietà è per utilizzo interno.Non può essere eseguito da un thread in background.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ParseRequest Classe

Spazio dei nomi Microsoft.VisualStudio.Package