DesignerWindowPane::EditorView Property
Visual Studio 2015
Gets the editor view for this window pane.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
This property returns the object that will be given to Visual Studio as the view for this window pane. The default implementation just returns this, but you can override this property if you have specific view needs. For example, to implement a pass-through window pane, you would override EditorView and return your own custom object.
Show: