ParseRequest.View Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.