Share via


ParseRequest.View Property

Specifies the IVsTextView object representing the view that contains the source that is being parsed.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   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)

Syntax

'Declaration
Public Property View As IVsTextView
public IVsTextView View { get; set; }
public:
property IVsTextView^ View {
    IVsTextView^ get ();
    void set (IVsTextView^ value);
}
member View : IVsTextView with get, set
function get View () : IVsTextView 
function set View (value : IVsTextView)

Property Value

Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextView
Returns the IVsTextView object that was passed to the ParseRequest class constructor.

Remarks

This property is for internal use only. It cannot be accessed from a background thread.

.NET Framework Security

See Also

Reference

ParseRequest Class

Microsoft.VisualStudio.Package Namespace