EditArray::TextView Property

 

Gets the IVsTextView object associated with this EditArray object.

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

public:
property IVsTextView^ TextView {
	IVsTextView^ get();
}

This property returns the IVsTextView object that was passed to the EditArray class constructor.

Return to top
Show: