Partager via


ParseRequest.View Property

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

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntax

Public Property View As IVsTextView

Dim instance As ParseRequest
Dim value As IVsTextView

value = instance.View

instance.View = value
public IVsTextView View { get; set; }
public:
property IVsTextView^ View {
    IVsTextView^ get ();
    void set (IVsTextView^ value);
}
public function get View () : IVsTextView
public 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.

Permissions

See Also

Reference

ParseRequest Class

ParseRequest Members

Microsoft.VisualStudio.Package Namespace