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.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property IVsTextView^ View {
	IVsTextView^ get();
	void set(IVsTextView^ value);
}

Property Value

Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextView^

Returns the IVsTextView object that was passed to the ParseRequest class constructor.

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

Return to top
Show: