ParseRequest.View Property

Definition

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

public:
 property Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ View { Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ get(); void set(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ value); };
public:
 property Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ View { Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ get(); void set(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ value); };
public Microsoft.VisualStudio.TextManager.Interop.IVsTextView View { get; set; }
member this.View : Microsoft.VisualStudio.TextManager.Interop.IVsTextView with get, set
Public Property View As IVsTextView

Property Value

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.

Applies to